Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2021-09-27)

### Bug Fixes

* **Menu:** added references in asmdef ([afbd45f](afbd45f))
* **Menu:** fix flash repaint bug ([b5b96ea](b5b96ea))
* **Menu:** fixed renderers sizecalc ([bf742d9](bf742d9))

### Features

* **extDebug:** added AddNotice and RemoveNotice in IDNRender ([bdd1295](bdd1295))
* **Menu:** added UGUI renderer ([0003344](0003344))
* **Menu:** update callbacks in renderers ([8a21990](8a21990))
  • Loading branch information
semantic-release-bot committed Sep 27, 2021
1 parent bf742d9 commit 8581a80
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/extDebug/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.iam1337.extdebug",
"displayName": "extDebug",
"version": "1.1.0",
"version": "1.2.0",
"unity": "2021.1",
"description": "extDebug is a debug tools for Unity.",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.2.0](https://github.com/Iam1337/extDebug/compare/v1.1.0...v1.2.0) (2021-09-27)


### Bug Fixes

* **Menu:** added references in asmdef ([afbd45f](https://github.com/Iam1337/extDebug/commit/afbd45ffc2d5ecc9b7abf9769c8b0106c6bb61e1))
* **Menu:** fix flash repaint bug ([b5b96ea](https://github.com/Iam1337/extDebug/commit/b5b96ea45b3fc0706b1e7ff75f361d2ffbb1e630))
* **Menu:** fixed renderers sizecalc ([bf742d9](https://github.com/Iam1337/extDebug/commit/bf742d956f0ad3d998f26c4479dc6082a0f95efd))


### Features

* **extDebug:** added AddNotice and RemoveNotice in IDNRender ([bdd1295](https://github.com/Iam1337/extDebug/commit/bdd129524e25ca75ec802a0315d2efce17cdd29c))
* **Menu:** added UGUI renderer ([0003344](https://github.com/Iam1337/extDebug/commit/00033442e39a657e8687e2898237251ad920ce87))
* **Menu:** update callbacks in renderers ([8a21990](https://github.com/Iam1337/extDebug/commit/8a2199005ba75e85927a101927dcf8a06011e932))

# [1.1.0](https://github.com/Iam1337/extDebug/compare/v1.0.1...v1.1.0) (2021-09-07)


Expand Down

0 comments on commit 8581a80

Please sign in to comment.