Skip to content

Commit 68edc9f

Browse files
chore(release): 2.2.3 [skip ci]
## [2.2.3](2.2.2...2.2.3) (2020-10-04) ### Bug Fixes * Made TypeReferenceComparer.GetHashCode not accept null Type ([3e388b9](3e388b9)) * Removed unnecessary assignment of type when showing the dropdown window ([d4399e0](d4399e0))
1 parent ed74dad commit 68edc9f

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.2.3](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.2.2...2.2.3) (2020-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Made TypeReferenceComparer.GetHashCode not accept null Type ([3e388b9](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/3e388b91313ac183fe61b328c80f6538ef20003b))
7+
* Removed unnecessary assignment of type when showing the dropdown window ([d4399e0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/d4399e0d48fd745f3728f902e063269cc43bd80d))
8+
19
## [2.2.2](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.2.1...2.2.2) (2020-10-04)
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.2.2",
3+
"version": "2.2.3",
44
"displayName": "Type References",
55
"description": "Property Drawer that allows class selection from drop-down.",
66
"dependencies": {

0 commit comments

Comments
 (0)