diff --git a/Assets/extDebug/package.json b/Assets/extDebug/package.json index bda0731..331e813 100644 --- a/Assets/extDebug/package.json +++ b/Assets/extDebug/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extdebug", "displayName": "extDebug", - "version": "1.12.6", + "version": "1.12.7", "unity": "2021.1", "description": "extDebug is a debug tools for Unity.", "license": "MIT", diff --git a/CHANGELOG.md b/CHANGELOG.md index 972d449..e808bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.7](https://github.com/Iam1337/extDebug/compare/v1.12.6...v1.12.7) (2022-01-24) + + +### Bug Fixes + +* **ci:** remove publish ([49afb60](https://github.com/Iam1337/extDebug/commit/49afb60e4b44ac01a9e911dbb4b377a3ce1ba2af)) + ## [1.12.6](https://github.com/Iam1337/extDebug/compare/v1.12.5...v1.12.6) (2022-01-24)