Skip to content

Commit

Permalink
chore(release): 2.0.0 -> 2.0.1 [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 b7b5719 commit 1cf9841
Show file tree
Hide file tree
Showing 4 changed files with 10 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.0.1"
bump_message = "chore(release): $current_version -> $new_version [skip-ci]"
version_files = [
"VoiceMeeterPlugin/Properties/AssemblyInfo.cs",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.0.1 (2022-05-16)

### Fix

- give every icon the right color
- icons update again

## [2.0.0](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/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: 'VoiceMeeter'
displayName: 'VoiceMeeter'
version: 2.0.0
version: 2.0.1
author: XeroxDev
copyright: Copyright (c) 2021 Dominic Ris

Expand Down
2 changes: 1 addition & 1 deletion VoiceMeeterPlugin/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.0.1")]

0 comments on commit 1cf9841

Please sign in to comment.