Skip to content

Commit 1f134a8

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](2.2.3...2.3.0) (2020-10-13) ### Bug Fixes * Replaced AdditionalFilter with SerializableOnly option ([bbf9731](bbf9731)) ### Features * Added the AdditionalFilter attribute option ([194db0b](194db0b)) * Added TypeReference array comparer ([c674f8a](c674f8a))
1 parent 19d4336 commit 1f134a8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.3.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.2.3...2.3.0) (2020-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Replaced AdditionalFilter with SerializableOnly option ([bbf9731](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/bbf973145405af66cd0e0568494493a2503cfe0d))
7+
8+
9+
### Features
10+
11+
* Added the AdditionalFilter attribute option ([194db0b](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/194db0b80f016e8274b9f5156849798fe41065e9))
12+
* Added TypeReference array comparer ([c674f8a](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/c674f8a787c6b1e6f5d254beede3594dffa4c022))
13+
114
## [2.2.3](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.2.2...2.2.3) (2020-10-04)
215

316

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.3",
3+
"version": "2.3.0",
44
"displayName": "Type References",
55
"description": "Property Drawer that allows class selection from drop-down.",
66
"dependencies": {

0 commit comments

Comments
 (0)