Skip to content

Commit

Permalink
chore(release): 2.0.0 -> 2.1.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 16, 2022
1 parent a547cb0 commit 7ccf822
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "2.0.0"
version = "2.1.0"
bump_message = "chore(release): $current_version -> $new_version [skip-ci]"
version_files = [
"YTMDesktopPlugin/Properties/AssemblyInfo.cs",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v2.1.0 (2022-05-16)

### Feat

- add settings to customize play/pause button
- show cover while paused

### Fix

- loupedeck crashes after ytmdesktop startup

### Refactor

- switch from standard-version to commitizen

## [2.0.0](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/compare/v1.0.0...v2.0.0) (2022-04-04)


Expand Down
2 changes: 1 addition & 1 deletion LoupedeckPackage.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type: plugin4
name: YTMDesktop
displayName: YTMDesktop
version: 2.0.0
version: 2.1.0
author: XeroxDev
copyright: Copyright (c) 2021 Dominic Ris
supportedDevices:
Expand Down
2 changes: 1 addition & 1 deletion YTMDesktopPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyVersion("2.1.0")]

0 comments on commit 7ccf822

Please sign in to comment.