Skip to content

Commit 607e83f

Browse files
committed
chore(release): 1.0.4
1 parent efbc732 commit 607e83f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.4](https://github.com/GieziJo/ScriptableObjectVariant/compare/v1.0.3...v1.0.4) (2021-11-15)
6+
7+
8+
### Bug Fixes
9+
10+
* target importer used instead of object importer in serialization ([0a62cd5](https://github.com/GieziJo/ScriptableObjectVariant/commit/0a62cd58596d9ddb6f378305e1bffa9401c5e17a))
11+
* update data path ([45cac7c](https://github.com/GieziJo/ScriptableObjectVariant/commit/45cac7c3326748d569454ea0402253f1fe081b0b))
12+
513
### [1.0.3](https://github.com/GieziJo/ScriptableObjectVariant/compare/v1.0.2...v1.0.3) (2021-11-15)
614

715

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.3",
8+
"version": "1.0.4",
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)