Skip to content

Commit

Permalink
chore(release): 31.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [31.0.0](30.3.3-master...31.0.0-master) (2020-04-01)

### Bug Fixes

* chat example ([e6e10a7](e6e10a7))
* missing meta ([87ace4d](87ace4d))

### Features

* asynchronous transport ([#134](#134)) ([0e84f45](0e84f45))

### BREAKING CHANGES

* connecition Id is gone
* websocket transport does not work,  needs to be replaced.
  • Loading branch information
semantic-release-bot committed Apr 1, 2020
1 parent 599dc99 commit fa67e7f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [31.0.0](https://github.com/MirrorNG/MirrorNG/compare/30.3.3-master...31.0.0-master) (2020-04-01)


### Bug Fixes

* chat example ([e6e10a7](https://github.com/MirrorNG/MirrorNG/commit/e6e10a7108bc01e3bd0c208734c97c945003ff86))
* missing meta ([87ace4d](https://github.com/MirrorNG/MirrorNG/commit/87ace4dda09331968cc9d0185ce1de655f5dfb15))


### Features

* asynchronous transport ([#134](https://github.com/MirrorNG/MirrorNG/issues/134)) ([0e84f45](https://github.com/MirrorNG/MirrorNG/commit/0e84f451e822fe7c1ca1cd04e052546ed273cfce))


### BREAKING CHANGES

* connecition Id is gone
* websocket transport does not work, needs to be replaced.

## [30.3.3](https://github.com/MirrorNG/MirrorNG/compare/30.3.2-master...30.3.3-master) (2020-03-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.mirrorng.mirrorng",
"displayName": "MirrorNG",
"version": "30.3.3",
"version": "31.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 fa67e7f

Please sign in to comment.