Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.0](v2.1.0...v2.2.0) (2024-02-09)

### Features

* instantiation support ([#62](#62)) ([de0b647](de0b647))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent de0b647 commit 4e41104
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v2.1.0...v2.2.0) (2024-02-09)


### Features

* instantiation support ([#62](https://github.com/Thundernerd/Unity3D-SerializableInterface/issues/62)) ([de0b647](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/de0b647e2be5cf8809e91e4fc59e81a9ea0c670b))

## [2.1.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.12.1...v2.0.0) (2023-11-14)


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": "net.tnrd.serializableinterface",
"version": "2.1.0",
"version": "2.2.0",
"displayName": "Serializable Interface",
"unity": "2021.1",
"description": "A wrapper that allows serialization of interfaces that supports both UnityEngine.Object and regular object types",
Expand Down

0 comments on commit 4e41104

Please sign in to comment.