Skip to content

Commit 12a57b0

Browse files
committed
chore(release): 1.0.2
1 parent 9e11e16 commit 12a57b0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.2](https://github.com/GieziJo/ScriptableObjectVariant/compare/v1.0.1...v1.0.2) (2021-11-14)
6+
7+
8+
### Bug Fixes
9+
10+
* replace odin serialization with newtonsoft in SOVariant ([c40390e](https://github.com/GieziJo/ScriptableObjectVariant/commit/c40390e89531320f247a6975e6dcf899b1c8c85d))
11+
512
### [1.0.1](https://github.com/GieziJo/ScriptableObjectVariant/compare/v1.0.0...v1.0.1) (2021-09-10)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Jo Giezi",
66
"url": "https://github.com/GieziJo/ScriptableObjectVariant"
77
},
8-
"version": "1.0.1",
8+
"version": "1.0.2",
99
"unity": "2020.2",
1010
"description": "Adds a field to any scriptable object tagged with the [SOVariant] attribute that lets you select a parent and override selected fields in the child object.",
1111
"keywords": [

0 commit comments

Comments
 (0)