Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.0.3...v1.0.0) (2021-03-13)

### Bug Fixes

* readme ([0869569](0869569))
* readme ([01e5080](01e5080))

### Code Refactoring

* use Send instead of SendAsync ([5fc55fe](5fc55fe))

### 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 5fc55fe commit 110c4ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Assets/Mirage/Runtime/Transport/Libuv2kNG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.0.0](https://github.com/MirageNet/Libuv2kNG/compare/v0.0.3...v1.0.0) (2021-03-13)


### Bug Fixes

* readme ([0869569](https://github.com/MirageNet/Libuv2kNG/commit/0869569fce7b681d69c6585166eff42f90e357dd))
* readme ([01e5080](https://github.com/MirageNet/Libuv2kNG/commit/01e50804456ca57b205c5aae2b31c5ee4e006d1f))


### Code Refactoring

* use Send instead of SendAsync ([5fc55fe](https://github.com/MirageNet/Libuv2kNG/commit/5fc55fe0c803ce3b6358e5817e06b63d5261e6fa))


### BREAKING CHANGES

* Compatibility with Mirage 74.0.0+

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

## [0.0.3](https://github.com/MirageNet/Libuv2kNG/compare/v0.0.2...v0.0.3) (2021-02-19)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/Transport/Libuv2kNG/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.libuv2k",
"displayName": "Mirage Libuv2kNG",
"version": "0.0.3",
"version": "1.0.0",
"unity": "2020.1",
"description": "Tcp transport for Mirage",
"author": "Mirage",
Expand Down

0 comments on commit 110c4ef

Please sign in to comment.