Skip to content

Commit

Permalink
1.5.0-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 28, 2024
1 parent 4799ba9 commit 787e8b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Fixed
- [#417] Automatically recover when proxy renderers are destroyed unexpectedly

- [#416] Fixed issues where assets would not properly be tracked due to C# object recreation edge cases
(removed ObjectIdentityComparer)

### Changed

Expand All @@ -23,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [1.5.0-rc.10]

### Fixed

- [#417] Automatically recover when proxy renderers are destroyed unexpectedly
- [#416] Fixed issues where assets would not properly be tracked due to C# object recreation edge cases
(removed ObjectIdentityComparer)

## [1.5.0-rc.9] - [2024-09-24]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nadena.dev.ndmf",
"displayName": "Non-Destructive Modular Framework",
"version": "1.5.0-rc.9",
"version": "1.5.0-rc.10",
"unity": "2022.3",
"description": "A framework for building non-destructive plugins for VRChat Avatar 3.0",
"vrchatVersion": "2022.1.1",
Expand Down

0 comments on commit 787e8b0

Please sign in to comment.