Skip to content

Commit

Permalink
chore(release): 147.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [147.4.0](v147.3.0...v147.4.0) (2024-03-25)

### Bug Fixes

* fixing misplaced #if ([f663543](f663543))
* new events should not be abstract ([e1072d0](e1072d0))

### Features

* create new c# only events ([1c9f2d8](1c9f2d8))
* new NetworkInspectorCallbacks component ([a8051c4](a8051c4))
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent f663543 commit a7023c2
Show file tree
Hide file tree
Showing 9 changed files with 22 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("147.3.0")]
[assembly: AssemblyVersion("147.4.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
14 changes: 14 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [147.4.0](https://github.com/MirageNet/Mirage/compare/v147.3.0...v147.4.0) (2024-03-25)


### Bug Fixes

* fixing misplaced #if ([f663543](https://github.com/MirageNet/Mirage/commit/f663543a50c3889fd6c11790f42256b1500b2177))
* new events should not be abstract ([e1072d0](https://github.com/MirageNet/Mirage/commit/e1072d0dda0818bc6a02632fac36d68b920a7851))


### Features

* create new c# only events ([1c9f2d8](https://github.com/MirageNet/Mirage/commit/1c9f2d84ca77b9ef7859cfa13870677b952a6ec4))
* new NetworkInspectorCallbacks component ([a8051c4](https://github.com/MirageNet/Mirage/commit/a8051c4e4097ab85dfffe029f08938b5456074fc))

# [147.3.0](https://github.com/MirageNet/Mirage/compare/v147.2.1...v147.3.0) (2024-03-23)


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

[assembly: AssemblyVersion("147.3.0")]
[assembly: AssemblyVersion("147.4.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("147.3.0")]
[assembly: AssemblyVersion("147.4.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": "147.3.0",
"version": "147.4.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 a7023c2

Please sign in to comment.