diff --git a/CHANGELOG.md b/CHANGELOG.md index 25131483..ff9b28e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Fixed -- NullReferenceErrors when there are missing components, breaking scene view movement (#520) ### Changed @@ -20,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [1.6.6] - [2025-01-25] + +### Fixed +- NullReferenceErrors when there are missing components, breaking scene view movement (#520) + ## [1.6.5] - [2025-01-24] ### Fixed diff --git a/package.json b/package.json index d1acf033..9b164538 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nadena.dev.ndmf", "displayName": "Non-Destructive Modular Framework", - "version": "1.6.5", + "version": "1.6.6", "unity": "2022.3", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",