Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit a46d128

Browse files
committed
Update version and changelog
1 parent 6db89e2 commit a46d128

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.1.1] - 2021-01-22
8+
9+
### Changed
10+
- If a listener throws an exception, it will no longer break the listener chain.
11+
712
## [1.1.0] - 2020-10-24
813

914
### Changed

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.1.0",
8+
"version": "1.1.1",
99
"unity": "2019.4",
1010
"description": "Provides Game Events and their respective listeners. Includes Mutable Scriptable Objects for injecting and using shared data.",
1111
"samples": [

0 commit comments

Comments
 (0)