Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2023-06-18)

### Features

* adding EpicNetworkAuthenticator that will authenticate using the product Id ([9b97d76](9b97d76))

### BREAKING CHANGES

* now requires mirage v143
  • Loading branch information
semantic-release-bot committed Jun 18, 2023
1 parent 9b97d76 commit e459f38
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Assets/EpicSocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-beta.5](https://github.com/MirageNet/EpicSocket/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-06-18)


### Features

* adding EpicNetworkAuthenticator that will authenticate using the product Id ([9b97d76](https://github.com/MirageNet/EpicSocket/commit/9b97d76307ec05facb38b732593748c0eb534095))


### BREAKING CHANGES

* now requires mirage v143

# [1.0.0-beta.4](https://github.com/MirageNet/EpicSocket/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-06-09)


Expand Down
2 changes: 1 addition & 1 deletion Assets/EpicSocket/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("1.0.0.4")]
[assembly: AssemblyVersion("1.0.0.5")]
2 changes: 1 addition & 1 deletion Assets/EpicSocket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.epicsocket",
"displayName": "Epic Socket for Mirage",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"unity": "2019.4",
"description": "Epic online servers for Mirage, includes relay, lobbies and other features",
"author": "Mirage",
Expand Down

0 comments on commit e459f38

Please sign in to comment.