Skip to content

Commit 29a90c3

Browse files
committed
chore(release): 1.0.3
1 parent 56b4ece commit 29a90c3

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.3](https://github.com/GieziJo/ScriptableObjectVariant/compare/v1.0.2...v1.0.3) (2021-11-15)
6+
7+
8+
### Bug Fixes
9+
10+
* fix error where old method was used to split data instead of json ([9833db8](https://github.com/GieziJo/ScriptableObjectVariant/commit/9833db8b72521499392445fdda1efea432684dcd))
11+
512
### [1.0.2](https://github.com/GieziJo/ScriptableObjectVariant/compare/v1.0.1...v1.0.2) (2021-11-14)
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.2",
8+
"version": "1.0.3",
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)