Skip to content

Commit 27c0e58

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](1.6.0...1.7.0) (2022-07-24) ### Bug Fixes * Fixed assertion error when using a response created in an older version of the package ([a477fc6](a477fc6)) * Started removing the AOT Generation folder after the build is complete ([5a39535](5a39535)) ### Features * Added weak value serialization to SerializationUtility ([f70674e](f70674e))
1 parent 7d720be commit 27c0e58

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.7.0](https://github.com/SolidAlloy/ExtEvents/compare/1.6.0...1.7.0) (2022-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed assertion error when using a response created in an older version of the package ([a477fc6](https://github.com/SolidAlloy/ExtEvents/commit/a477fc6cdcea5a646a6cfa51aacce074d734e08d))
7+
* Started removing the AOT Generation folder after the build is complete ([5a39535](https://github.com/SolidAlloy/ExtEvents/commit/5a39535d42ce1e3a7bb75ab1a3aa78c5fdc4fc0e))
8+
9+
10+
### Features
11+
12+
* Added weak value serialization to SerializationUtility ([f70674e](https://github.com/SolidAlloy/ExtEvents/commit/f70674efc0b612cd32427b5abfa87bf4d1f07d78))
13+
114
# [1.6.0](https://github.com/SolidAlloy/ExtEvents/compare/1.5.1...1.6.0) (2022-07-06)
215

316

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

0 commit comments

Comments
 (0)