Skip to content

Commit

Permalink
chore(release): 146.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [146.2.1](v146.2.0...v146.2.1) (2023-08-02)

### Bug Fixes

* also removing character when it is removed as owned ([b96ed68](b96ed68))
* updating syncObject ReadOnly before StartServer/Client ([67a1d06](67a1d06))
  • Loading branch information
semantic-release-bot committed Aug 2, 2023
1 parent 67a1d06 commit 151f465
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("146.2.0")]
[assembly: AssemblyVersion("146.2.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 @@
## [146.2.1](https://github.com/MirageNet/Mirage/compare/v146.2.0...v146.2.1) (2023-08-02)


### Bug Fixes

* also removing character when it is removed as owned ([b96ed68](https://github.com/MirageNet/Mirage/commit/b96ed68a85b2f362212c71c1294904d1e65f8da3))
* updating syncObject ReadOnly before StartServer/Client ([67a1d06](https://github.com/MirageNet/Mirage/commit/67a1d067b621241e9cee3fcb899a068b108ba8a7))

# [146.2.0](https://github.com/MirageNet/Mirage/compare/v146.1.1...v146.2.0) (2023-07-27)


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

[assembly: AssemblyVersion("146.2.0")]
[assembly: AssemblyVersion("146.2.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("146.2.0")]
[assembly: AssemblyVersion("146.2.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": "146.2.0",
"version": "146.2.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 151f465

Please sign in to comment.