Skip to content

Commit

Permalink
chore(release): 6.11.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.11.0-beta.2](v6.11.0-beta.1...v6.11.0-beta.2) (2024-05-22)

### Languages

* **Danish:** Translated Settings using Weblate ([6d5d619](6d5d619))
* **Japanese:** Translated Settings using Weblate ([2b89880](2b89880))
* **Spanish:** Translated Settings using Weblate ([dd90865](dd90865))

### Bug Fixes

* **ci:** downgrade conventianl commits ([c54c3e0](c54c3e0))
* **ci:** fix dev version calculation ([81253d4](81253d4))
* dev version calculation ([8fecb98](8fecb98))
* **profile:** fix crashing when switching profile ([0bf93e6](0bf93e6)), closes [#1481](#1481)
  • Loading branch information
semantic-release-bot committed May 22, 2024
1 parent c54c3e0 commit f8d5b2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [6.11.0-beta.2](https://github.com/Belphemur/SoundSwitch/compare/v6.11.0-beta.1...v6.11.0-beta.2) (2024-05-22)


### Languages

* **Danish:** Translated Settings using Weblate ([6d5d619](https://github.com/Belphemur/SoundSwitch/commit/6d5d619e44af73bf63d8859524e279d4e1651be5))
* **Japanese:** Translated Settings using Weblate ([2b89880](https://github.com/Belphemur/SoundSwitch/commit/2b89880ea87a7696b2fd26c5fb1ef9267afae73f))
* **Spanish:** Translated Settings using Weblate ([dd90865](https://github.com/Belphemur/SoundSwitch/commit/dd9086585df1a89233adc0f58de5eb4f3fbbfc4a))


### Bug Fixes

* **ci:** downgrade conventianl commits ([c54c3e0](https://github.com/Belphemur/SoundSwitch/commit/c54c3e0c3732fc4096e28a627a65e8f5d78dc424))
* **ci:** fix dev version calculation ([81253d4](https://github.com/Belphemur/SoundSwitch/commit/81253d4652e85b597bdea14caf392c6d13085b8f))
* dev version calculation ([8fecb98](https://github.com/Belphemur/SoundSwitch/commit/8fecb98aca7ba7a62bad9cbad138cc4c5f295949))
* **profile:** fix crashing when switching profile ([0bf93e6](https://github.com/Belphemur/SoundSwitch/commit/0bf93e6879b03e6a5369646e87a86b652f96a60c)), closes [#1481](https://github.com/Belphemur/SoundSwitch/issues/1481)

## [6.11.0-beta.1](https://github.com/Belphemur/SoundSwitch/compare/v6.10.3...v6.11.0-beta.1) (2024-05-07)


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

0 comments on commit f8d5b2a

Please sign in to comment.