Skip to content

Commit cc373bd

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](1.2.0...1.2.1) (2021-10-17) ### Bug Fixes * Fixed exceptions when using UnityEvents interface and when creating new generic unity objects ([167318c](167318c))
1 parent 167318c commit cc373bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.1](https://github.com/SolidAlloy/GenericScriptableArchitecture/compare/1.2.0...1.2.1) (2021-10-17)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed exceptions when using UnityEvents interface and when creating new generic unity objects ([167318c](https://github.com/SolidAlloy/GenericScriptableArchitecture/commit/167318c4ad54c9a11ee24f496937ecee58e39b9f))
7+
18
# [1.2.0](https://github.com/SolidAlloy/GenericScriptableArchitecture/compare/1.1.9...1.2.0) (2021-10-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.generic-scriptable-architecture",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"displayName": "Generic ScriptableObject Architecture",
55
"description": "ScriptableObject architecture with small, easy-to-expand codebase, and simple UI.",
66
"dependencies": {

0 commit comments

Comments
 (0)