From d548ef5e0bcaa49c5d322023cfa30fb09a180574 Mon Sep 17 00:00:00 2001 From: bd_ Date: Sat, 5 Oct 2024 17:48:03 -0700 Subject: [PATCH] 1.5.4 --- CHANGELOG.md | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784d899d..112e26f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- [#439] Added a menu option to disable NDMF processing on build (`Tools -> NDM Framework -> Apply on Build`). - - This setting will survive domain reloads but not editor restarts. - ### Fixed -- [#438] Fixed an issue where exceptions would be thrown when scenes are unloaded ### Changed @@ -23,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [1.5.4] - [2024-10-05] + +### Added + +- [#439] Added a menu option to disable NDMF processing on build (`Tools -> NDM Framework -> Apply on Build`). + - This setting will survive domain reloads but not editor restarts. + +### Fixed + +- [#438] Fixed an issue where exceptions would be thrown when scenes are unloaded + ## [1.5.3] - [2024-10-03] ### Fixed diff --git a/package.json b/package.json index 24b5ca94..31c62bcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nadena.dev.ndmf", "displayName": "Non-Destructive Modular Framework", - "version": "1.5.3", + "version": "1.5.4", "unity": "2022.3", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",