diff --git a/Assets/HnSF/package.json b/Assets/HnSF/package.json index 1e6ca28..dd8ef93 100644 --- a/Assets/HnSF/package.json +++ b/Assets/HnSF/package.json @@ -1,6 +1,6 @@ { "name": "com.christides.hack-and-slash-framework", - "version": "40.2.1", + "version": "40.2.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 84e00fc..3239d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [40.2.2](https://github.com/christides11/hack-and-slash-framework/compare/v40.2.1...v40.2.2) (2023-11-23) + + +### Bug Fixes + +* Property Drawer include children ([42c611e](https://github.com/christides11/hack-and-slash-framework/commit/42c611e285e55ba996d830498c84897ed2ad84ec)) + ## [40.2.1](https://github.com/christides11/hack-and-slash-framework/compare/v40.2.0...v40.2.1) (2023-11-14)