From 22407d9c29dc9e185235498f760a2f531c6d9f72 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Feb 2022 18:53:19 +0000 Subject: [PATCH] chore(release): new release 1.6.0 [skip ci] # [1.6.0](https://github.com/Iam1337/extDebug.UGUI/compare/v1.5.0...v1.6.0) (2022-02-01) ### Features * **Menu:** added enables/disables state support ([79a8567](https://github.com/Iam1337/extDebug.UGUI/commit/79a8567f55919d6d9cb12f085339d732d887e188)) --- Assets/extDebug.UGUI/package.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Assets/extDebug.UGUI/package.json b/Assets/extDebug.UGUI/package.json index f5aa791..49aba44 100644 --- a/Assets/extDebug.UGUI/package.json +++ b/Assets/extDebug.UGUI/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extdebug.ugui", "displayName": "extDebug.UGUI", - "version": "1.5.0", + "version": "1.6.0", "unity": "2021.1", "description": "Extension to support Unity UI and TextMeshPro in extDebug", "license": "MIT", diff --git a/CHANGELOG.md b/CHANGELOG.md index 82accec..9c0bd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/Iam1337/extDebug.UGUI/compare/v1.5.0...v1.6.0) (2022-02-01) + + +### Features + +* **Menu:** added enables/disables state support ([79a8567](https://github.com/Iam1337/extDebug.UGUI/commit/79a8567f55919d6d9cb12f085339d732d887e188)) + # [1.5.0](https://github.com/Iam1337/extDebug.UGUI/compare/v1.4.2...v1.5.0) (2022-02-01)