From a606812c79cad849593719c2a035ce145a96a12f Mon Sep 17 00:00:00 2001 From: bd_ Date: Thu, 3 Oct 2024 20:13:49 -0700 Subject: [PATCH] 1.5.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b6bec..fa451cc 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 9461aae..24b5ca9 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",