Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.5...v5.0.0) (2021-10-01)

### Bug Fixes

* prevent KeyNotFoundException from Send in some edge cases ([e4c3c5a](e4c3c5a))

### BREAKING CHANGES

* SteamEndPoint.address renamed to SteamEndPoint.Address
  • Loading branch information
semantic-release-bot committed Oct 1, 2021
1 parent e4c3c5a commit ae33e32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Assets/Mirage/Runtime/Sockets/FacepunchSteam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.0.0](https://github.com/MirageNet/SteamyFaceNG/compare/v4.0.5...v5.0.0) (2021-10-01)


### Bug Fixes

* prevent KeyNotFoundException from Send in some edge cases ([e4c3c5a](https://github.com/MirageNet/SteamyFaceNG/commit/e4c3c5a26f501edd8414345531626bbf56c7a00c))


### BREAKING CHANGES

* SteamEndPoint.address renamed to SteamEndPoint.Address

## [4.0.5](https://github.com/MirageNet/SteamyFaceNG/compare/v4.0.4...v4.0.5) (2021-09-01)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/Sockets/FacepunchSteam/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.steamyface",
"displayName": "Mirage Facepunch Steam Socket",
"version": "4.0.5",
"version": "5.0.0",
"unity": "2020.1",
"description": "Steam socket for Mirage using Facepunch SteamWorks",
"author": "Mirage",
Expand Down

0 comments on commit ae33e32

Please sign in to comment.