diff --git a/Assets/HnSF/package.json b/Assets/HnSF/package.json index 26bc22f..f9067bb 100644 --- a/Assets/HnSF/package.json +++ b/Assets/HnSF/package.json @@ -1,6 +1,6 @@ { "name": "com.christides.hack-and-slash-framework", - "version": "39.10.0", + "version": "39.11.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 ec3254a..5146ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [39.11.0](https://github.com/christides11/hack-and-slash-framework/compare/v39.10.0...v39.11.0) (2023-07-19) + + +### Features + +* Removed FunctionMap from ConditionVariables ([e23fc18](https://github.com/christides11/hack-and-slash-framework/commit/e23fc1856f032c9261771ac9f5eff40bcb95f86a)) + + +### BREAKING CHANGES + +* FunctionMap is unnecessary. + # [39.10.0](https://github.com/christides11/hack-and-slash-framework/compare/v39.9.2...v39.10.0) (2023-07-19)