Skip to content

Commit

Permalink
chore(release): 9.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.1.0](9.0.0-master...9.1.0-master) (2020-02-12)

### Bug Fixes

* weaver support array of custom types ([#1470](https://github.com/MirrorNG/MirrorNG/issues/1470)) ([d0b0bc9](d0b0bc9))

### Features

* Added Read<T> Method to NetworkReader ([#1480](https://github.com/MirrorNG/MirrorNG/issues/1480)) ([58df3fd](58df3fd))
* supports scriptable objects ([#1471](https://github.com/MirrorNG/MirrorNG/issues/1471)) ([0f10c72](0f10c72))
  • Loading branch information
semantic-release-bot committed Feb 12, 2020
1 parent b482da5 commit 7436164
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Assets/Mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [9.1.0](https://github.com/MirrorNG/MirrorNG/compare/9.0.0-master...9.1.0-master) (2020-02-12)


### Bug Fixes

* weaver support array of custom types ([#1470](https://github.com/MirrorNG/MirrorNG/issues/1470)) ([d0b0bc9](https://github.com/MirrorNG/MirrorNG/commit/d0b0bc92bc33ff34491102a2f9e1855f2a5ed476))


### Features

* Added Read<T> Method to NetworkReader ([#1480](https://github.com/MirrorNG/MirrorNG/issues/1480)) ([58df3fd](https://github.com/MirrorNG/MirrorNG/commit/58df3fd6d6f53336668536081bc33e2ca22fd38d))
* supports scriptable objects ([#1471](https://github.com/MirrorNG/MirrorNG/issues/1471)) ([0f10c72](https://github.com/MirrorNG/MirrorNG/commit/0f10c72744864ac55d2e1aa96ba8d7713c77d9e7))

# [9.0.0](https://github.com/MirrorNG/MirrorNG/compare/8.0.1-master...9.0.0-master) (2020-02-08)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirror/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.mirrorng.mirrorng",
"displayName": "MirrorNG",
"version": "9.0.0",
"version": "9.1.0",
"unity": "2019.1",
"description": "MirrorNG is a high level Networking API for Unity, supporting different low level Transports.",
"author": "Paul Pacheco",
Expand Down

0 comments on commit 7436164

Please sign in to comment.