Skip to content

Commit d6eb052

Browse files
chore(release): 2.16.0 [skip ci]
# [2.16.0](2.15.1...2.16.0) (2022-07-24) ### Bug Fixes * Fixed type being null when SerializeReference is used on a field next to a serializable class that uses TypeReference ([cc77a82](cc77a82)) ### Features * Switched from GUID to assembly names in asmdefs ([9645049](9645049))
1 parent 7789418 commit d6eb052

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.16.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.15.1...2.16.0) (2022-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed type being null when SerializeReference is used on a field next to a serializable class that uses TypeReference ([cc77a82](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/cc77a8252fd62184093ac4bd91741cf71c856243))
7+
8+
9+
### Features
10+
11+
* Switched from GUID to assembly names in asmdefs ([9645049](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/96450497153d8d101e686f232d729ccb3b8396de))
12+
113
## [2.15.1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.15.0...2.15.1) (2022-06-07)
214

315

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