Skip to content

Commit

Permalink
chore(release): 6.10.1-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.10.1-beta.1](v6.10.0...v6.10.1-beta.1) (2024-04-05)

### Enhancements

* **banner:** Always have the latest banner at the top of the stack ([95575f9](95575f9))

### Bug Fixes

* **auto-update:** fix bootloop of SoundSwitch when auto-updating with the new beta ([e19a21d](e19a21d)), closes [#1422](#1422)
  • Loading branch information
semantic-release-bot committed Apr 5, 2024
1 parent 95575f9 commit af79ea2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [6.10.1-beta.1](https://github.com/Belphemur/SoundSwitch/compare/v6.10.0...v6.10.1-beta.1) (2024-04-05)


### Enhancements

* **banner:** Always have the latest banner at the top of the stack ([95575f9](https://github.com/Belphemur/SoundSwitch/commit/95575f976306afe434911181b4faf144c73e83dc))


### Bug Fixes

* **auto-update:** fix bootloop of SoundSwitch when auto-updating with the new beta ([e19a21d](https://github.com/Belphemur/SoundSwitch/commit/e19a21dc08a35d1b58b1a6e6ef77bfc626d1c794)), closes [#1422](https://github.com/Belphemur/SoundSwitch/issues/1422)

## [6.10.0-beta.1](https://github.com/Belphemur/SoundSwitch/compare/v6.9.0...v6.10.0-beta.1) (2024-04-05)


Expand Down
4 changes: 2 additions & 2 deletions SoundSwitch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyFileVersion("6.10.0")]
[assembly: AssemblyInformationalVersion("6.10.0-beta.1")]
[assembly: AssemblyFileVersion("6.10.1")]
[assembly: AssemblyInformationalVersion("6.10.1-beta.1")]

0 comments on commit af79ea2

Please sign in to comment.