Skip to content

Commit 022b43b

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](2.1.0...2.2.0) (2020-10-02) ### Features * Implemented the UseBuiltInNames option in the drawing classes ([d379f29](d379f29))
1 parent babf969 commit 022b43b

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [2.2.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.1.0...2.2.0) (2020-10-02)
2+
3+
4+
### Features
5+
6+
* Implemented the UseBuiltInNames option in the drawing classes ([d379f29](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/d379f29679cce7cf9d6bb24fdf48b8429f70ac71))

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.type.references",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"displayName": "Type References",
55
"description": "Property Drawer that allows class selection from drop-down.",
66
"keywords": [
@@ -16,10 +16,10 @@
1616
"url": "https://github.com/SolidAlloy/"
1717
},
1818
"samples": [
19-
{
20-
"displayName": "Usage Examples",
21-
"description": "A scene that shows how to use different attributes and how they look in the Inspector.",
22-
"path": "Samples~/Usage Examples"
23-
}
24-
]
25-
}
19+
{
20+
"displayName": "Usage Examples",
21+
"description": "A scene that shows how to use different attributes and how they look in the Inspector.",
22+
"path": "Samples~/Usage Examples"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)