diff --git a/Assets/HnSF/package.json b/Assets/HnSF/package.json index 3914b4b..682fe5a 100644 --- a/Assets/HnSF/package.json +++ b/Assets/HnSF/package.json @@ -1,6 +1,6 @@ { "name": "com.christides.hack-and-slash-framework", - "version": "39.12.0", + "version": "39.13.0", "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 83b3034..45887db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [39.13.0](https://github.com/christides11/hack-and-slash-framework/compare/v39.12.0...v39.13.0) (2023-09-30) + + +### Features + +* Added typing for state variables. ([9bf5896](https://github.com/christides11/hack-and-slash-framework/commit/9bf58967f23829d59ab23b925f29842846b21663)) + # [39.12.0](https://github.com/christides11/hack-and-slash-framework/compare/v39.11.0...v39.12.0) (2023-07-20)