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.3...v2.0.0) (2021-03-13)

### Bug Fixes

* readmen ([01775e7](01775e7))

### Code Refactoring

* use Send instead of SendAsync ([f1db865](f1db865))

### BREAKING CHANGES

* Compatibility with Mirage 74.0.0+

Signed-off-by: dragonslaya <[email protected]>
  • Loading branch information
semantic-release-bot committed Mar 13, 2021
1 parent f1db865 commit 3d2766e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Assets/Mirage/Runtime/Transport/EpicOnlineTransport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/MirageNet/EpicOnlineTransport/compare/v1.0.3...v2.0.0) (2021-03-13)


### Bug Fixes

* readmen ([01775e7](https://github.com/MirageNet/EpicOnlineTransport/commit/01775e7b8eccb793f78b624bfde25c7c6cb0cbec))


### Code Refactoring

* use Send instead of SendAsync ([f1db865](https://github.com/MirageNet/EpicOnlineTransport/commit/f1db865a7b2d2a71ad608064352b831d06a7504d))


### BREAKING CHANGES

* Compatibility with Mirage 74.0.0+

Signed-off-by: dragonslaya <[email protected]>

## [1.0.3](https://github.com/MirageNet/EpicOnlineTransport/compare/v1.0.2...v1.0.3) (2021-02-19)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.epic",
"displayName": "Mirage EpicNG",
"version": "1.0.3",
"version": "2.0.0",
"unity": "2020.1",
"description": "Epic transport for Mirage",
"author": "Mirage",
Expand Down

0 comments on commit 3d2766e

Please sign in to comment.