diff --git a/CHANGELOG.md b/CHANGELOG.md index 813a6dc..5d17fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] ### Fixed -- Outfit sub-animators can cause transforms to move when using GestureManager (#147) ### Changed -- Run all preprocess hooks in Apply On Play processing, to better align with VRCFury handling. (#145) ### Removed @@ -19,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [1.3.1-rc.0] - [2024-01-31] + +### Fixed +- Outfit sub-animators can cause transforms to move when using GestureManager (#147) + +### Changed +- Run all preprocess hooks in Apply On Play processing, to better align with VRCFury handling. (#145) + ## [1.3.0] - [2024-01-29] ### Added diff --git a/package.json b/package.json index c116e45..c971068 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nadena.dev.ndmf", "displayName": "Non-Destructive Modular Framework", - "version": "1.3.0", + "version": "1.3.1-rc.0", "unity": "2019.4", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",