diff --git a/Assets/HnSF/package.json b/Assets/HnSF/package.json index 34befbd..c4ce90c 100644 --- a/Assets/HnSF/package.json +++ b/Assets/HnSF/package.json @@ -1,6 +1,6 @@ { "name": "com.christides.hack-and-slash-framework", - "version": "40.4.1", + "version": "40.4.2", "displayName": "Hack and Slash Framework", "description": "A framework for hack and slash games.", "unity": "2019.4", diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1fb82..a987400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [40.4.2](https://github.com/christides11/hack-and-slash-framework/compare/v40.4.1...v40.4.2) (2024-04-17) + + +### Bug Fixes + +* Fixed DataEditor Inspector Updating ([be6b095](https://github.com/christides11/hack-and-slash-framework/commit/be6b095e240cab605fb8105cfd4c894f926e36a2)) + ## [40.4.1](https://github.com/christides11/hack-and-slash-framework/compare/v40.4.0...v40.4.1) (2024-03-07)