Skip to content

Commit 8a96087

Browse files
chore(release): 1.7.0 [skip ci]
## [1.7.0](v1.6.1...v1.7.0) (2022-06-12) ### Features * added support for collections ([068b76c](068b76c)) ### Bug Fixes * invalid scenes get skipped ([b13c42d](b13c42d)) * package-lock.json meta issue ([c23b9bc](c23b9bc))
1 parent 1266b4c commit 8a96087

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.7.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.6.1...v1.7.0) (2022-06-12)
2+
3+
4+
### Features
5+
6+
* added support for collections ([068b76c](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/068b76cb5072541b4c87a6c5e55669ee69e172be))
7+
8+
9+
### Bug Fixes
10+
11+
* invalid scenes get skipped ([b13c42d](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/b13c42d2bcab44bacc71b71a3be3e8f9d40a1e5c))
12+
* package-lock.json meta issue ([c23b9bc](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/c23b9bc68147acaf165b174a0206ac9cf43b3e6b))
13+
114
### [1.6.1](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.6.0...v1.6.1) (2022-05-07)
215

316

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.6.1",
3+
"version": "1.7.0",
44
"displayName": "Serializable Interface",
55
"unity": "2020.1",
66
"description": "A wrapper that allows serialization of interfaces that supports both UnityEngine.Object and regular object types",

0 commit comments

Comments
 (0)