Skip to content

Commit a671d19

Browse files
committed
chore(release): 1.0.1
1 parent 45ccae9 commit a671d19

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,15 @@
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.1](https://github.com/GieziJo/ScriptableObjectVariant/compare/v1.0.0...v1.0.1) (2021-09-10)
6+
7+
8+
### Bug Fixes
9+
10+
* specify which SerializationUtility library is used to avoid errors in Unity 2021.2 ([45ccae9](https://github.com/GieziJo/ScriptableObjectVariant/commit/45ccae9d0d082a6befa03c0d8d2905b08ee6f8e9))
11+
12+
# Changelog
13+
14+
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.
15+
516

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
"name": "Jo Giezi",
66
"url": "https://github.com/GieziJo/ScriptableObjectVariant"
77
},
8-
"version": "1.0.0",
8+
"version": "1.0.1",
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.",
11-
"keywords": ["Editor", "ScriptableObject", "Variant"],
11+
"keywords": [
12+
"Editor",
13+
"ScriptableObject",
14+
"Variant"
15+
],
1216
"category": "Editor",
1317
"type": "Editor",
1418
"dependencies": {
1519
"com.unity.nuget.newtonsoft-json": "2.0.0"
1620
}
17-
}
21+
}

0 commit comments

Comments
 (0)