Skip to content

Commit

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

* Simplify AddPlayerForConnection (#62) ([fb26755](fb26755)), closes [#62](#62)

### BREAKING CHANGES

* AddPlayerForConnection no longer receives the client

* fix compilatio errors

* fix build errors
  • Loading branch information
semantic-release-bot committed Feb 12, 2020
1 parent fb26755 commit b138a5b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Assets/Mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [10.0.0](https://github.com/MirrorNG/MirrorNG/compare/9.1.0-master...10.0.0-master) (2020-02-12)


* Simplify AddPlayerForConnection (#62) ([fb26755](https://github.com/MirrorNG/MirrorNG/commit/fb267557af292e048df248d4f85fff3569ac2963)), closes [#62](https://github.com/MirrorNG/MirrorNG/issues/62)


### BREAKING CHANGES

* AddPlayerForConnection no longer receives the client

* fix compilatio errors

* fix build errors

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


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.1.0",
"version": "10.0.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 b138a5b

Please sign in to comment.