Skip to content

Commit

Permalink
chore(release): 0.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.11.1](v0.11.0...v0.11.1) (2025-03-05)

### Bug Fixes

* Dropdown text alignment ([7486efa](7486efa))
* Persist rank to CurrentRank ([74818c8](74818c8))
  • Loading branch information
semantic-release-bot committed Mar 5, 2025
1 parent 74818c8 commit 5460ad8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.11.1](https://github.com/carlreid/StreamMaster/compare/v0.11.0...v0.11.1) (2025-03-05)


### Bug Fixes

* Dropdown text alignment ([7486efa](https://github.com/carlreid/StreamMaster/commit/7486efa12af8546564616f3e51f68e194b1a510e))
* Persist rank to CurrentRank ([74818c8](https://github.com/carlreid/StreamMaster/commit/74818c863edd968ed3e2b03dd688c47f0b50e88e))

# [0.11.0](https://github.com/carlreid/StreamMaster/compare/v0.10.2...v0.11.0) (2025-02-26)


Expand Down
6 changes: 3 additions & 3 deletions src/StreamMaster.API/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;

[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyInformationalVersion("0.11.0.Sha.e05461e918cec8a714ecc44a8599e9825ba4371e")]
[assembly: AssemblyVersion("0.0.0.1")]
[assembly: AssemblyFileVersion("0.0.0.1")]
[assembly: AssemblyInformationalVersion("0.11.1.Sha.74818c863edd968ed3e2b03dd688c47f0b50e88e")]

0 comments on commit 5460ad8

Please sign in to comment.