Skip to content

Commit

Permalink
chore(release): 140.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [140.3.0](v140.2.0...v140.3.0) (2023-06-11)

### Features

* adding option to rethrow exception throw message handler ([15f27a4](15f27a4))

### Performance Improvements

* moving RPC collection to NetworkIdentity ([773910c](773910c))
  • Loading branch information
semantic-release-bot committed Jun 11, 2023
1 parent 15f27a4 commit 85561be
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Assets/Mirage/Authenticators/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("140.2.0")]
[assembly: AssemblyVersion("140.3.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
12 changes: 12 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [140.3.0](https://github.com/MirageNet/Mirage/compare/v140.2.0...v140.3.0) (2023-06-11)


### Features

* adding option to rethrow exception throw message handler ([15f27a4](https://github.com/MirageNet/Mirage/commit/15f27a4b6931fb5c87af0d8cdf2f5d66bd5ebf56))


### Performance Improvements

* moving RPC collection to NetworkIdentity ([773910c](https://github.com/MirageNet/Mirage/commit/773910cd31f0f034ede9930470262307c935ba5e))

# [140.2.0](https://github.com/MirageNet/Mirage/compare/v140.1.0...v140.2.0) (2023-06-10)


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

[assembly: AssemblyVersion("140.2.0")]
[assembly: AssemblyVersion("140.3.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("140.2.0")]
[assembly: AssemblyVersion("140.3.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Common")]
[assembly: InternalsVisibleTo("Mirage.Tests")]
Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/SocketLayer/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("140.2.0")]
[assembly: AssemblyVersion("140.3.0")]

[assembly: InternalsVisibleTo("Mirage.SocketLayer.Tests")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Samples~/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("140.2.0")]
[assembly: AssemblyVersion("140.3.0")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("140.2.0")]
[assembly: AssemblyVersion("140.3.0")]
2 changes: 1 addition & 1 deletion Assets/Mirage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.mirage",
"displayName": "Mirage",
"version": "140.2.0",
"version": "140.3.0",
"unity": "2020.3",
"description": "Mirage is a high level Networking API for Unity, supporting different low level Transports.",
"author": "Mirage",
Expand Down

0 comments on commit 85561be

Please sign in to comment.