Skip to content

Commit b11d705

Browse files
committed
Update changelog and package version
1 parent 5611f67 commit b11d705

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 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+
## [1.0.1] - 2021-02-07
8+
9+
### Changed
10+
- Fixed naming of GameObject event listener file. Now it should appear as expected in the editor.
11+
712
## [1.0.0] - 2021-02-01
813
Initial release, here we list changes made after moving away from [Unity Scriptable Objects](https://github.com/chark/unity-scriptable-objects).
914

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "CHARK",
66
"url": "https://chark.io"
77
},
8-
"version": "1.0.0",
8+
"version": "1.0.1",
99
"unity": "2019.4",
1010
"description": "Simple and extensible event system implemented via ScriptableObject.",
1111
"keywords": [

0 commit comments

Comments
 (0)