diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b6bec6..fa451cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [1.5.3] - [2024-10-03] + +### Fixed + +- [#435] Fixed an issue where `File -> Save As` could break due to the internal preview scene becoming selected + ## [1.5.2] - [2024-10-02] ### Fixed diff --git a/package.json b/package.json index 9461aaee..24b5ca94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nadena.dev.ndmf", "displayName": "Non-Destructive Modular Framework", - "version": "1.5.2", + "version": "1.5.3", "unity": "2022.3", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",