Skip to content

Commit

Permalink
chore(release): 149.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [149.1.0](v149.0.1...v149.1.0) (2024-05-06)

### Features

* adding authenticatedOnly to SendToAll ([8b1117b](8b1117b))
* adding list for AuthenticatedPlayers in NetworkServer ([dc07c38](dc07c38))
  • Loading branch information
semantic-release-bot committed May 6, 2024
1 parent 27766e3 commit c1b1056
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("149.0.1")]
[assembly: AssemblyVersion("149.1.0")]

[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 @@
# [149.1.0](https://github.com/MirageNet/Mirage/compare/v149.0.1...v149.1.0) (2024-05-06)


### Features

* adding authenticatedOnly to SendToAll ([8b1117b](https://github.com/MirageNet/Mirage/commit/8b1117b4c64b529d0ea412e3539ef2b284083012))
* adding list for AuthenticatedPlayers in NetworkServer ([dc07c38](https://github.com/MirageNet/Mirage/commit/dc07c384d2998f1afa544fa631bb5d2293b6d76f))

## [149.0.1](https://github.com/MirageNet/Mirage/compare/v149.0.0...v149.0.1) (2024-05-03)


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

[assembly: AssemblyVersion("149.0.1")]
[assembly: AssemblyVersion("149.1.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.0.1")]
[assembly: AssemblyVersion("149.1.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.0.1",
"version": "149.1.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 c1b1056

Please sign in to comment.