Skip to content

Commit e3adbbb

Browse files
chore(release): 2.11.2 [skip ci]
## [2.11.2](2.11.1...2.11.2) (2021-10-17) ### Bug Fixes * Fixed incorrect behavior when scrolling the hierarchy up with keyboard ([4a382fe](4a382fe)) * Fixed NullReferenceException when choosing a type for a generic unity object ([62d141b](62d141b))
1 parent 4a382fe commit e3adbbb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.11.2](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.11.1...2.11.2) (2021-10-17)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed incorrect behavior when scrolling the hierarchy up with keyboard ([4a382fe](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/4a382fe3daaf89b82e575b96280e5412b9711890))
7+
* Fixed NullReferenceException when choosing a type for a generic unity object ([62d141b](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/62d141be1ebe3d97884add6547eebb41a1862e46))
8+
19
## [2.11.1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.11.0...2.11.1) (2021-10-16)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.type-references",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"displayName": "Type References",
55
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {

0 commit comments

Comments
 (0)