Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Oct 3, 2024
1 parent 07722c0 commit 3af715a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Fixed
- [#434] Pass Harmony ID to `Harmony.UnpatchAll()` to avoid double-unpatching methods

### Changed

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

### Deprecated

## [1.5.2] - [2024-10-02]

### Fixed
- [#434] Pass Harmony ID to `Harmony.UnpatchAll()` to avoid double-unpatching methods
- [#433] Remove stray debug print

## [1.5.1] - [2024-09-30]

### 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.1",
"version": "1.5.2",
"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 3af715a

Please sign in to comment.