Skip to content

Commit fc5f188

Browse files
chore(release): 1.3.3 [skip ci]
## [1.3.3](1.3.2...1.3.3) (2022-05-08) ### Bug Fixes * Fixed the ReorderableList.ClearCache method not being found through reflection ([afcd012](afcd012))
1 parent 90f7cfd commit fc5f188

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.3.3](https://github.com/SolidAlloy/GenericScriptableArchitecture/compare/1.3.2...1.3.3) (2022-05-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed the ReorderableList.ClearCache method not being found through reflection ([afcd012](https://github.com/SolidAlloy/GenericScriptableArchitecture/commit/afcd012da5e75d19102d732a269e6dd4ee1d4d6e))
7+
18
## [1.3.2](https://github.com/SolidAlloy/GenericScriptableArchitecture/compare/1.3.1...1.3.2) (2022-02-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.3.2",
3+
"version": "1.3.3",
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)