Skip to content

Commit

Permalink
chore(release): new release 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.2...v1.3.0) (2022-01-07)

### Bug Fixes

* **UGUI:** fix package.json ([a00e6d2](a00e6d2))

### Features

* **UGUI:** update examples ([6eff720](6eff720))
* **UGUI:** update extDebug verstion ([64fc946](64fc946))
* **UGUI:** update package.json ([534c109](534c109))
  • Loading branch information
semantic-release-bot committed Jan 7, 2022
1 parent a00e6d2 commit 6c3c617
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/extDebug.UGUI/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.iam1337.extdebug.ugui",
"displayName": "extDebug.UGUI",
"version": "1.2.2",
"version": "1.3.0",
"unity": "2021.1",
"description": "Extension to support Unity UI and TextMeshPro in extDebug",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.3.0](https://github.com/Iam1337/extDebug.UGUI/compare/v1.2.2...v1.3.0) (2022-01-07)


### Bug Fixes

* **UGUI:** fix package.json ([a00e6d2](https://github.com/Iam1337/extDebug.UGUI/commit/a00e6d2b4aa3ade2ee9d6359a9067c08476bd91d))


### Features

* **UGUI:** update examples ([6eff720](https://github.com/Iam1337/extDebug.UGUI/commit/6eff7208b62aaa3052ee05ea1136cd7e0f653fc4))
* **UGUI:** update extDebug verstion ([64fc946](https://github.com/Iam1337/extDebug.UGUI/commit/64fc94688d69f200c8b9600b8735cc604e5f4be8))
* **UGUI:** update package.json ([534c109](https://github.com/Iam1337/extDebug.UGUI/commit/534c1097d7e142ceb6c437fa3fbd96daa393e5ad))

## [1.2.2](https://github.com/Iam1337/extDebug.UGUI/compare/v1.2.1...v1.2.2) (2022-01-07)


Expand Down

0 comments on commit 6c3c617

Please sign in to comment.