Skip to content

Commit

Permalink
chore(release): 2.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jul 24, 2022
1 parent 7789418 commit d6eb052
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.16.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/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](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/cc77a8252fd62184093ac4bd91741cf71c856243))


### Features

* Switched from GUID to assembly names in asmdefs ([9645049](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/96450497153d8d101e686f232d729ccb3b8396de))

## [2.15.1](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.15.0...2.15.1) (2022-06-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.solidalloy.type-references",
"version": "2.15.1",
"version": "2.16.0",
"displayName": "Type References",
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
"dependencies": {
Expand Down

0 comments on commit d6eb052

Please sign in to comment.