Skip to content

Commit

Permalink
chore(release): 2.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.11.1](2.11.0...2.11.1) (2021-10-16)

### Bug Fixes

* Fixed missing extension method because of the SolidUtilties version mismatch ([bddebd1](bddebd1))
* Fixed the Event.Use() warning message when a dropdown is closed ([0b8e94c](0b8e94c))
semantic-release-bot committed Oct 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0b8e94c commit ad42822
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.11.1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.11.0...2.11.1) (2021-10-16)


### Bug Fixes

* Fixed missing extension method because of the SolidUtilties version mismatch ([bddebd1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/bddebd1b0f22cdd0985eeaa98df595f5058beaf2))
* Fixed the Event.Use() warning message when a dropdown is closed ([0b8e94c](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/0b8e94c20fa8a7e320141a1ee83f203c33fd83cc))

# [2.11.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.10.1...2.11.0) (2021-10-13)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.solidalloy.type-references",
"version": "2.11.0",
"version": "2.11.1",
"displayName": "Type References",
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
"dependencies": {

0 comments on commit ad42822

Please sign in to comment.