Skip to content

Commit 96f9684

Browse files
chore(release): 1.4.0 [skip ci]
## [1.4.0](v1.3.0...v1.4.0) (2022-04-27) ### Features * added semantic release ([74a928c](74a928c)) * added semantic-release configuration to package.json ([95e314b](95e314b)) * added workflow ([d369a92](d369a92)) ### Bug Fixes * moved dependencies to devDependencies ([8441cc8](8441cc8))
1 parent 412ba88 commit 96f9684

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## [1.4.0](https://github.com/Thundernerd/Unity3D-SerializableInterface/compare/v1.3.0...v1.4.0) (2022-04-27)
2+
3+
4+
### Features
5+
6+
* added semantic release ([74a928c](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/74a928c2818cf04056eaa2a44be386414477ffe5))
7+
* added semantic-release configuration to package.json ([95e314b](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/95e314bb4c5b784ae10e07a1d2a9a5681421da67))
8+
* added workflow ([d369a92](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/d369a92f8b04d740cb90622974e6b295c9ff50b8))
9+
10+
11+
### Bug Fixes
12+
13+
* moved dependencies to devDependencies ([8441cc8](https://github.com/Thundernerd/Unity3D-SerializableInterface/commit/8441cc8a7c1daf1c00e7c4e379f616b4dace17fa))

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": "0.0.0-development",
3+
"version": "1.4.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)