diff --git a/Assets/HnSF/package.json b/Assets/HnSF/package.json index fda1aee..ca44747 100644 --- a/Assets/HnSF/package.json +++ b/Assets/HnSF/package.json @@ -1,6 +1,6 @@ { "name": "com.christides.hack-and-slash-framework", - "version": "40.0.0", + "version": "40.1.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 834e0ea..b4f5c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [40.1.0](https://github.com/christides11/hack-and-slash-framework/compare/v40.0.0...v40.1.0) (2023-11-11) + + +### Features + +* Start of new input reading system. ([4433e49](https://github.com/christides11/hack-and-slash-framework/commit/4433e49279a17385e546bf8b5a5acda275d62346)) + # [40.0.0](https://github.com/christides11/hack-and-slash-framework/compare/v39.13.0...v40.0.0) (2023-10-01)