Skip to content

Commit 19e63e9

Browse files
chore(release): 1.6.1 [skip ci]
### [1.6.1](v1.6.0...v1.6.1) (2022-05-07) ### Bug Fixes * add package-lock.json to package ([0b08f32](0b08f32))
1 parent 97a5685 commit 19e63e9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.6.1](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.6.0...v1.6.1) (2022-05-07)
2+
3+
4+
### Bug Fixes
5+
6+
* add package-lock.json to package ([0b08f32](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/0b08f3251a72b21f61c8df2a4c7ffc0082f5d3d1))
7+
18
## [1.6.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.5.2...v1.6.0) (2022-05-02)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
3+
"version": "1.6.1",
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)