Skip to content

Commit 809922d

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.12.1...v2.0.0) (2023-11-07) ### ⚠ BREAKING CHANGES * add source generation sample ### Features * add source generation sample ([d5a6da3](d5a6da3))
1 parent c2632a4 commit 809922d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.12.1...v2.0.0) (2023-11-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* add source generation sample
7+
8+
### Features
9+
10+
* add source generation sample ([d5a6da3](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/d5a6da3b59b02e507ee796782765a07ef7d9c004))
11+
112
### [1.12.1](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.12.0...v1.12.1) (2022-09-10)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net.tnrd.serializableinterface",
3-
"version": "1.12.1",
3+
"version": "2.0.0",
44
"displayName": "Serializable Interface",
55
"unity": "2021.1",
66
"description": "A wrapper that allows serialization of interfaces that supports both UnityEngine.Object and regular object types",

0 commit comments

Comments
 (0)