Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Eastrall committed Jun 19, 2022
1 parent 653466d commit 351b1a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.eastylabs.rosalina",
"version": "1.0.4",
"version": "1.1.0",
"type": "tool",
"displayName": "Rosalina",
"unity": "2021.2",
Expand Down

0 comments on commit 351b1a8

Please sign in to comment.