From 351b1a80cc602f188fca7251981d4810e44fe258 Mon Sep 17 00:00:00 2001 From: Filipe GP <4021025+Eastrall@users.noreply.github.com> Date: Sun, 19 Jun 2022 14:16:23 +0200 Subject: [PATCH] Update version and CHANGELOG --- CHANGELOG.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8a8a1..eb58840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,17 @@ ### 🚀 Enhancement -* TBA +* Add support for `kebab-case` properties in UXML. ([c2ef56c](https://github.com/Eastrall/Rosalina/commit/c2ef56c001c913d378907db6a760d28d6a503b64)) ### 🐛Bug fixes -* TBA +* Apply filter to `Assets/` folder to prevent generating bindings for internal unity Uxml files. ([PR #17](https://github.com/Eastrall/Rosalina/pull/17)) ## 1.0.3 - 2022-06-05 ### 🐛Bug fixes -* Fix error when building a project ; excluding Rosalina from output build and making the tool "Editor-Only" (https://github.com/Eastrall/Rosalina/commit/3f3acdb65b5c160fc167ff79b0027644f13c6874) +* Fix error when building a project ; excluding Rosalina from output build and making the tool "Editor-Only" ([3f3acdb](https://github.com/Eastrall/Rosalina/commit/3f3acdb65b5c160fc167ff79b0027644f13c6874)) ## 1.0.2 - 2022/05/28 @@ -27,7 +27,7 @@ ### 🐛Bug fixes -* Fix `NullReferenceException` when no items are selected and user tries to generate scripts using Rosalina. (https://github.com/Eastrall/Rosalina/commit/48f5c42ec84334bfb0bece73a7cf063b43bd7026) +* Fix `NullReferenceException` when no items are selected and user tries to generate scripts using Rosalina. ([48f5c42e](https://github.com/Eastrall/Rosalina/commit/48f5c42ec84334bfb0bece73a7cf063b43bd7026)) ### 🪛 Misc diff --git a/package.json b/package.json index 1906a4b..c428460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.eastylabs.rosalina", - "version": "1.0.4", + "version": "1.1.0", "type": "tool", "displayName": "Rosalina", "unity": "2021.2",