Skip to content

Commit b27237d

Browse files
author
Bruno Mikoski
committed
fix: meta changes
1 parent 3dfcb9d commit b27237d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
## [1.2.1]
9+
## Changed
10+
- Fixed Indirect code generation and serialization of editor references.
11+
712
## [1.2.0]
813
## Changed
914
- Fixed issue with the wizzard that was not generating the target Scriptable Object
@@ -107,6 +112,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107112
## [Unreleased]
108113
- Add a setup wizzard for first time settings creation
109114

115+
[1.2.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.1
110116
[1.2.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.0
111117
[1.1.9]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.9
112118
[1.1.8]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"unity": "2018.4",
66
"description": "Scriptable Object Collection",
77
"keywords": [

0 commit comments

Comments
 (0)