Skip to content

Commit

Permalink
chore(release): 37.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [37.0.0](36.0.0-master...37.0.0-master) (2020-07-13)

### Features

* Server attribute now throws error ([#270](#270)) ([f3b5dc4](f3b5dc4))

### BREAKING CHANGES

* [ServerCallback] is now [Server(error = false)]

* fixed weaver test

* Remove unused code

* fix comment

* document replacement of ServerCallback

* No need to be serializable

* Exception should be serializable?

* Fix code smell

* No need to implement interface,  parent does

Co-authored-by: Paul Pacheco <paul.pacheco@aa.com>
  • Loading branch information
semantic-release-bot and paulpach committed Jul 13, 2020
1 parent f3b5dc4 commit f15c8bf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions Assets/Mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [37.0.0](https://github.com/MirrorNG/MirrorNG/compare/36.0.0-master...37.0.0-master) (2020-07-13)


### Features

* Server attribute now throws error ([#270](https://github.com/MirrorNG/MirrorNG/issues/270)) ([f3b5dc4](https://github.com/MirrorNG/MirrorNG/commit/f3b5dc4fef5fba05e585d274d9df05c3954ff6c7))


### BREAKING CHANGES

* [ServerCallback] is now [Server(error = false)]

* fixed weaver test

* Remove unused code

* fix comment

* document replacement of ServerCallback

* No need to be serializable

* Exception should be serializable?

* Fix code smell

* No need to implement interface, parent does

Co-authored-by: Paul Pacheco <paul.pacheco@aa.com>

# [36.0.0](https://github.com/MirrorNG/MirrorNG/compare/35.3.4-master...36.0.0-master) (2020-07-13)


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": "36.0.0",
"version": "37.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 f15c8bf

Please sign in to comment.