diff --git a/Assets/HnSF/package.json b/Assets/HnSF/package.json index eab87a7d..9be230d6 100644 --- a/Assets/HnSF/package.json +++ b/Assets/HnSF/package.json @@ -1,6 +1,6 @@ { "name": "com.christides.hack-and-slash-framework", - "version": "38.2.0", + "version": "39.0.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 631e4203..fb2ecccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [39.0.0](https://github.com/christides11/hack-and-slash-framework/compare/v38.2.0...v39.0.0) (2022-07-21) + + +### Code Refactoring + +* Changed FrameRange to Vector2Int ([e7d64dc](https://github.com/christides11/hack-and-slash-framework/commit/e7d64dc5ee7abcfd731aef68fe9cea7f9b966cef)) + + +### BREAKING CHANGES + +* FrameRange for StateTimelineVariables are now Vector2Ints instead of Vector2. + # [38.2.0](https://github.com/christides11/hack-and-slash-framework/compare/v38.1.3...v38.2.0) (2022-07-21)