Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2024-08-21)

### Bug Fixes

* fixing recorder not taking reference to client ([21693d1](21693d1))
* stopping message name from overflowing ([3a151c1](3a151c1))
  • Loading branch information
semantic-release-bot committed Aug 21, 2024
1 parent 3a151c1 commit 05b9f4f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Assets/Mirage.Profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.1](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.2.0...v1.2.1) (2024-08-21)


### Bug Fixes

* fixing recorder not taking reference to client ([21693d1](https://github.com/James-Frowen/Mirage.Profiler/commit/21693d10fbec7cd5acf86cd7e77592af77939c43))
* stopping message name from overflowing ([3a151c1](https://github.com/James-Frowen/Mirage.Profiler/commit/3a151c1d2c68872bedc1f9602dab0a69fdcf56ec))

# [1.2.0](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.1.0...v1.2.0) (2022-09-23)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage.Profiler/Editor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyVersion("1.2.1")]
2 changes: 1 addition & 1 deletion Assets/Mirage.Profiler/Runtime/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("1.2.0")]
[assembly: AssemblyVersion("1.2.1")]

[assembly: InternalsVisibleTo("Mirage.Profiler.Editor")]
2 changes: 1 addition & 1 deletion Assets/Mirage.Profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.james-frowen.mirage-profiler",
"displayName": "Mirage Profiler",
"version": "1.2.0",
"version": "1.2.1",
"unity": "2021.3",
"description": "Network profiler for Mirage",
"author": "James Frowen",
Expand Down

0 comments on commit 05b9f4f

Please sign in to comment.