Skip to content

Commit 4560ff5

Browse files
chore(release): 1.10.0 [skip ci]
## [1.10.0](v1.9.0...v1.10.0) (2022-07-25) ### Features * added methods for getting and setting values with serialized properties ([aba0c30](aba0c30)) * added passing serialized property to CustomObjectDrawer and Dropdown ([5913ab7](5913ab7)) * added serialized property extensions for convenience ([547c892](547c892))
1 parent b732ae2 commit 4560ff5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.10.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.9.0...v1.10.0) (2022-07-25)
2+
3+
4+
### Features
5+
6+
* added methods for getting and setting values with serialized properties ([aba0c30](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/aba0c305b87ab843a3842d584a38d58487e61a89))
7+
* added passing serialized property to CustomObjectDrawer and Dropdown ([5913ab7](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/5913ab76e7759e2264a2979081972468dcae2f40))
8+
* added serialized property extensions for convenience ([547c892](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/547c89271c892ca1bfa14e30958437c379dc9853))
9+
110
### [1.9.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.8.0...v1.9.0) (2202-07-23)
211

312

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