From 12316b57b4edcb1a9ba2da801ab253d8dc41e784 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Mar 2024 09:44:00 +0000 Subject: [PATCH] chore(release): new release 1.8.0 [skip ci] # [1.8.0](https://github.com/Iam1337/extDebug.UGUI/compare/v1.7.1...v1.8.0) (2024-03-25) ### Features * added pagination support ([8e1c368](https://github.com/Iam1337/extDebug.UGUI/commit/8e1c368877a26d1ec640f4b5519f26a9770637fb)) --- 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 a73b353..6f0ce51 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.7.1", + "version": "1.8.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 2cd5ca2..45b252d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/Iam1337/extDebug.UGUI/compare/v1.7.1...v1.8.0) (2024-03-25) + + +### Features + +* added pagination support ([8e1c368](https://github.com/Iam1337/extDebug.UGUI/commit/8e1c368877a26d1ec640f4b5519f26a9770637fb)) + ## [1.7.1](https://github.com/Iam1337/extDebug.UGUI/compare/v1.7.0...v1.7.1) (2023-04-04)