Skip to content

Commit e5ef8bb

Browse files
chore(release): 1.11.0 [skip ci]
## [1.11.0](v1.10.0...v1.11.0) (2022-08-02) ### Features * added methods for getting value combined with null checks ([1154dbb](1154dbb))
1 parent a51f7b6 commit e5ef8bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.11.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.10.0...v1.11.0) (2022-08-02)
2+
3+
4+
### Features
5+
6+
* added methods for getting value combined with null checks ([1154dbb](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/1154dbb8f30476daf62fdbe445dfa520615bef5a))
7+
18
## [1.10.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.9.0...v1.10.0) (2022-07-25)
29

310

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