Skip to content

Commit

Permalink
chore(release): 21.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [21.0.0](20.1.0-master...21.0.0-master) (2020-03-22)

### Features

* NetworkIdentity lifecycle events ([#88](#88)) ([9a7c572](9a7c572))

### BREAKING CHANGES

* NetworkBehavior no longer has virtuals for lifecycle events
  • Loading branch information
semantic-release-bot committed Mar 22, 2020
1 parent 9861526 commit 8ec7e20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [21.0.0](https://github.com/MirrorNG/MirrorNG/compare/20.1.0-master...21.0.0-master) (2020-03-22)


### Features

* NetworkIdentity lifecycle events ([#88](https://github.com/MirrorNG/MirrorNG/issues/88)) ([9a7c572](https://github.com/MirrorNG/MirrorNG/commit/9a7c5726eb3d333b85c3d0e44b884c11e34be45d))


### BREAKING CHANGES

* NetworkBehavior no longer has virtuals for lifecycle events

# [20.1.0](https://github.com/MirrorNG/MirrorNG/compare/20.0.6-master...20.1.0-master) (2020-03-22)


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": "20.1.0",
"version": "21.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 8ec7e20

Please sign in to comment.