Skip to content

Commit cefcc9b

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](1.0.3...1.1.0) (2022-02-13) ### Bug Fixes * Fixed NullReferenceException in Unity 2020.2 and earlier ([b86b8b4](b86b8b4)) ### Features * Made PackageSettings public ([acb4291](acb4291))
1 parent fca7b2d commit cefcc9b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/SolidAlloy/ExtEvents/compare/1.0.3...1.1.0) (2022-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed NullReferenceException in Unity 2020.2 and earlier ([b86b8b4](https://github.com/SolidAlloy/ExtEvents/commit/b86b8b4189e7d8501d608ce47cc83146ae7b7ad3))
7+
8+
9+
### Features
10+
11+
* Made PackageSettings public ([acb4291](https://github.com/SolidAlloy/ExtEvents/commit/acb429188a74a83afc41bfd2a046c1845f322d82))
12+
113
## [1.0.3](https://github.com/SolidAlloy/ExtEvents/compare/1.0.2...1.0.3) (2022-02-03)
214

315

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.extevents",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"displayName": "ExtEvents",
55
"description": "UnityEvents, but better.",
66
"dependencies": {

0 commit comments

Comments
 (0)