Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Sep 9, 2022
1 parent 5876979 commit f00b9a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.12.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.11.1...v1.12.0) (2022-09-09)


### Features

* added GetValue method for accurately getting a serialized property's value ([96c08c8](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/96c08c88ec3e5f76e34067663ad20b80cd6b6c0f))

### [1.11.1](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.11.0...v1.11.1) (2022-08-02)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "net.tnrd.serializableinterface",
"version": "1.11.1",
"version": "1.12.0",
"displayName": "Serializable Interface",
"unity": "2020.1",
"description": "A wrapper that allows serialization of interfaces that supports both UnityEngine.Object and regular object types",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^4.6.3",
"semantic-release": "^19.0.3"
"semantic-release": "^19.0.5"
},
"release": {
"branches": [
Expand Down

0 comments on commit f00b9a6

Please sign in to comment.