Skip to content

Commit 71df240

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2024-03-16) ### Bug Fixes * indentation issues in Unity 2022 ([#63](#63)) ([c1648be](c1648be))
1 parent c1648be commit 71df240

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.1](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v2.2.0...v2.2.1) (2024-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* indentation issues in Unity 2022 ([#63](https://github.com/Thundernerd/Unity3D-SerializableInterface/issues/63)) ([c1648be](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/c1648be54b74dd08ae6076c041e127e897d0b447))
7+
18
## [2.2.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v2.1.0...v2.2.0) (2024-02-09)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net.tnrd.serializableinterface",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
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)