Skip to content

Commit f00b9a6

Browse files
chore(release): 1.12.0 [skip ci]
## [1.12.0](v1.11.1...v1.12.0) (2022-09-09) ### Features * added GetValue method for accurately getting a serialized property's value ([96c08c8](96c08c8))
1 parent 5876979 commit f00b9a6

File tree

2 files changed

+10
-3
lines changed

2 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.12.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.11.1...v1.12.0) (2022-09-09)
2+
3+
4+
### Features
5+
6+
* added GetValue method for accurately getting a serialized property's value ([96c08c8](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/96c08c88ec3e5f76e34067663ad20b80cd6b6c0f))
7+
18
### [1.11.1](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.11.0...v1.11.1) (2022-08-02)
29

310

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net.tnrd.serializableinterface",
3-
"version": "1.11.1",
3+
"version": "1.12.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",
@@ -28,11 +28,11 @@
2828
"@semantic-release/changelog": "^6.0.1",
2929
"@semantic-release/commit-analyzer": "^9.0.2",
3030
"@semantic-release/git": "^10.0.1",
31-
"@semantic-release/github": "^8.0.5",
31+
"@semantic-release/github": "^8.0.6",
3232
"@semantic-release/npm": "^9.0.1",
3333
"@semantic-release/release-notes-generator": "^10.0.3",
3434
"conventional-changelog-conventionalcommits": "^4.6.3",
35-
"semantic-release": "^19.0.3"
35+
"semantic-release": "^19.0.5"
3636
},
3737
"release": {
3838
"branches": [

0 commit comments

Comments
 (0)