Skip to content

Commit

Permalink
chore(release): 149.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [149.7.0](v149.6.0...v149.7.0) (2024-12-01)

### Features

* adding try catch for return RPC ([6b7e683](6b7e683))
  • Loading branch information
semantic-release-bot committed Dec 1, 2024
1 parent 6b7e683 commit a4d32b9
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 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("149.6.0")]
[assembly: AssemblyVersion("149.7.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
7 changes: 7 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [149.7.0](https://github.com/MirageNet/Mirage/compare/v149.6.0...v149.7.0) (2024-12-01)


### Features

* adding try catch for return RPC ([6b7e683](https://github.com/MirageNet/Mirage/commit/6b7e68326f29485edf3858695d4615a0b7083802))

# [149.6.0](https://github.com/MirageNet/Mirage/compare/v149.5.2...v149.6.0) (2024-11-22)


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("149.6.0")]
[assembly: AssemblyVersion("149.7.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("149.6.0")]
[assembly: AssemblyVersion("149.7.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("149.6.0")]
[assembly: AssemblyVersion("149.7.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("149.6.0")]
[assembly: AssemblyVersion("149.7.0")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("149.6.0")]
[assembly: AssemblyVersion("149.7.0")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Weaver/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("149.6.0")]
[assembly: AssemblyVersion("149.7.0")]

[assembly: InternalsVisibleTo("Mirage.Tests")]
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": "149.6.0",
"version": "149.7.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 a4d32b9

Please sign in to comment.