Skip to content

Commit

Permalink
chore(release): 1.1.0-mirror.7 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-mirror.7](v1.1.0-mirror.6...v1.1.0-mirror.7) (2022-09-07)

### Bug Fixes

* only add NetworkDiagnostics events for first static instance ([#2](#2)) ([d827c4d](d827c4d))
  • Loading branch information
semantic-release-bot committed Sep 7, 2022
1 parent d827c4d commit d7b3971
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.1.0-mirror.7](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.1.0-mirror.6...v1.1.0-mirror.7) (2022-09-07)


### Bug Fixes

* only add NetworkDiagnostics events for first static instance ([#2](https://github.com/James-Frowen/Mirage.Profiler/issues/2)) ([d827c4d](https://github.com/James-Frowen/Mirage.Profiler/commit/d827c4d4296915ac237d10540b7daf4ece5442fd))

# [1.1.0-mirror.6](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.1.0-mirror.5...v1.1.0-mirror.6) (2022-08-19)


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

[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.1.0-mirror.6",
"version": "1.1.0-mirror.7",
"unity": "2021.3",
"description": "Network profiler for Mirage",
"author": "James Frowen",
Expand Down

0 comments on commit d7b3971

Please sign in to comment.