Skip to content

Commit

Permalink
chore(release): 151.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [151.1.1](v151.1.0...v151.1.1) (2025-01-07)

### Bug Fixes

* avoiding throw from ResendMessages when send queue is full ([a14a6fc](a14a6fc))
* moving ResendMessages to update ([8bdb6c1](8bdb6c1))
  • Loading branch information
semantic-release-bot committed Jan 7, 2025
1 parent a14a6fc commit cc80a33
Show file tree
Hide file tree
Showing 9 changed files with 16 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("151.1.0")]
[assembly: AssemblyVersion("151.1.1")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
8 changes: 8 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [151.1.1](https://github.com/MirageNet/Mirage/compare/v151.1.0...v151.1.1) (2025-01-07)


### Bug Fixes

* avoiding throw from ResendMessages when send queue is full ([a14a6fc](https://github.com/MirageNet/Mirage/commit/a14a6fce1eab262ab15666e0a5d842553591aad7))
* moving ResendMessages to update ([8bdb6c1](https://github.com/MirageNet/Mirage/commit/8bdb6c1c193f5c3222bfee99ea5320eb0013d23a))

# [151.1.0](https://github.com/MirageNet/Mirage/compare/v151.0.0...v151.1.0) (2024-12-28)


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("151.1.0")]
[assembly: AssemblyVersion("151.1.1")]

[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("151.1.0")]
[assembly: AssemblyVersion("151.1.1")]

[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("151.1.0")]
[assembly: AssemblyVersion("151.1.1")]

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

[assembly: AssemblyVersion("151.1.0")]
[assembly: AssemblyVersion("151.1.1")]
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("151.1.0")]
[assembly: AssemblyVersion("151.1.1")]

[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": "151.1.0",
"version": "151.1.1",
"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 cc80a33

Please sign in to comment.