Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.2...v2.0.0) (2020-10-27)

* fix issue with metadata ([e00816a](e00816a))

### BREAKING CHANGES

* Rewritten websocket for performance and simplicity
  • Loading branch information
semantic-release-bot committed Oct 27, 2020
1 parent e00816a commit 9c6ecd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Assets/Mirror/Websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.0.0](https://github.com/MirrorNG/WebsocketNG/compare/v1.0.2...v2.0.0) (2020-10-27)


* fix issue with metadata ([e00816a](https://github.com/MirrorNG/WebsocketNG/commit/e00816a6cab3dea79d320997507ce5dd2f0a6f63))


### BREAKING CHANGES

* Rewritten websocket for performance and simplicity

## [1.0.2](https://github.com/MirrorNG/WebsocketNG/compare/v1.0.1...v1.0.2) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirror/Websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.mirrorng.websocket",
"displayName": "MirrorNG Websocket",
"version": "1.0.2",
"version": "2.0.0",
"unity": "2019.1",
"description": "Websocket transport for MirrorNG",
"author": "Paul Pacheco",
Expand Down

0 comments on commit 9c6ecd6

Please sign in to comment.