diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b574b..08b928e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/bigasdev/com.bigasdev.bigastools/compare/v1.4.2...v1.5.0) (2022-07-05) + + +### Features + +* Finished the entity skeleton + editor ([a580582](https://github.com/bigasdev/com.bigasdev.bigastools/commit/a580582ba7bef255efb7d4d892c59d83b20f17ad)) + ## [1.4.2](https://github.com/bigasdev/com.bigasdev.bigastools/compare/v1.4.1...v1.4.2) (2022-07-04) diff --git a/package.json b/package.json index e67b24e..21f1d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.bigasdev.bigastools", - "version": "1.4.2", + "version": "1.5.0", "displayName": "Bigas Tools", "description": "Tools with my classes for game development", "unity": "2020.3",