Skip to content

Commit 1624ae9

Browse files
chore(release): 2.13.0 [skip ci]
# [2.13.0](2.12.1...2.13.0) (2022-02-08) ### Features * Started setting GUI.changed to true when a different type is chosen in the dropdown so that one can register for 'value changed' events ([72212e2](72212e2))
1 parent 72212e2 commit 1624ae9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.13.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.12.1...2.13.0) (2022-02-08)
2+
3+
4+
### Features
5+
6+
* Started setting GUI.changed to true when a different type is chosen in the dropdown so that one can register for 'value changed' events ([72212e2](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/72212e22049683836493dbfcfc2acfc260d91b1d))
7+
18
## [2.12.1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.12.0...2.12.1) (2022-02-03)
29

310

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.12.1",
3+
"version": "2.13.0",
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)