Skip to content

Commit

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

### Bug Fixes

* setting new mirage version in package ([23db36c](23db36c))
  • Loading branch information
semantic-release-bot committed Aug 21, 2024
1 parent 23db36c commit 2cf33cc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Assets/Mirage.Profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.2](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.2.1...v1.2.2) (2024-08-21)


### Bug Fixes

* setting new mirage version in package ([23db36c](https://github.com/James-Frowen/Mirage.Profiler/commit/23db36cf3a55aaeb29a5695a8fc5f6a57326afc3))

## [1.2.1](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.2.0...v1.2.1) (2024-08-21)


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.1")]
[assembly: AssemblyVersion("1.2.2")]
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.1")]
[assembly: AssemblyVersion("1.2.2")]

[assembly: InternalsVisibleTo("Mirage.Profiler.Editor")]
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.2.2",
"unity": "2021.3",
"description": "Network profiler for Mirage",
"author": "James Frowen",
Expand All @@ -14,4 +14,4 @@
"com.unity.profiling.core": "1.0.2"
},
"samples": []
}
}

0 comments on commit 2cf33cc

Please sign in to comment.