Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](1.1.1...1.2.0) (2022-07-24)

### Bug Fixes

* Fixed the down arrow not working the first time when dropdown is in search mode ([ab49147](ab49147))

### Features

* Switched from GUID to assembly names in asmdefs ([ad70262](ad70262))
  • Loading branch information
semantic-release-bot committed Jul 24, 2022
1 parent 10384b2 commit 4763c94
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.2.0](https://github.com/SolidAlloy/UnityDropdown/compare/1.1.1...1.2.0) (2022-07-24)


### Bug Fixes

* Fixed the down arrow not working the first time when dropdown is in search mode ([ab49147](https://github.com/SolidAlloy/UnityDropdown/commit/ab49147c774fa6953dc9df4705b6cb3ab89f9f51))


### Features

* Switched from GUID to assembly names in asmdefs ([ad70262](https://github.com/SolidAlloy/UnityDropdown/commit/ad702625fa59322723875a33997728d72a96bc76))

## [1.1.1](https://github.com/SolidAlloy/UnityDropdown/compare/1.1.0...1.1.1) (2022-02-03)


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.solidalloy.unity-dropdown",
"version": "1.1.1",
"version": "1.2.0",
"displayName": "Unity Dropdown",
"description": "A better dropdown window for Unity Editor",
"dependencies": {
Expand Down

0 comments on commit 4763c94

Please sign in to comment.