diff --git a/Assets/extDebug/package.json b/Assets/extDebug/package.json index 331e813..61f164d 100644 --- a/Assets/extDebug/package.json +++ b/Assets/extDebug/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extdebug", "displayName": "extDebug", - "version": "1.12.7", + "version": "1.12.8", "unity": "2021.1", "description": "extDebug is a debug tools for Unity.", "license": "MIT", diff --git a/CHANGELOG.md b/CHANGELOG.md index e808bf2..b801d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.8](https://github.com/Iam1337/extDebug/compare/v1.12.7...v1.12.8) (2022-01-24) + + +### Bug Fixes + +* **ci:** fix ci ([5719773](https://github.com/Iam1337/extDebug/commit/5719773ad8c5bb97e8a6addbf6edb5406ea38764)) + ## [1.12.7](https://github.com/Iam1337/extDebug/compare/v1.12.6...v1.12.7) (2022-01-24)