diff --git a/Assets/HnSF/package.json b/Assets/HnSF/package.json index 3539ad51..12f7cbc8 100644 --- a/Assets/HnSF/package.json +++ b/Assets/HnSF/package.json @@ -1,6 +1,6 @@ { "name": "com.christides.hack-and-slash-framework", - "version": "39.7.1", + "version": "39.7.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 520dd062..ff36f8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [39.7.2](https://github.com/christides11/hack-and-slash-framework/compare/v39.7.1...v39.7.2) (2023-02-27) + + +### Bug Fixes + +* Fixed IStateVariable copy/paste bugs ([ff85c9a](https://github.com/christides11/hack-and-slash-framework/commit/ff85c9a8733b816a3bee060878a4c71f1693ec3c)) + ## [39.7.1](https://github.com/christides11/hack-and-slash-framework/compare/v39.7.0...v39.7.1) (2023-02-27)