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 11, 2022
1 parent ad8294d commit f16c6e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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 = [
# "./TemplatePlugin/Properties/AssemblyInfo.cs", # Enable this
Expand Down
2 changes: 1 addition & 1 deletion .nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>XeroxDev.Loupedeck.Template</id>
<version>2.0.0</version>
<version>2.0.1</version>
<authors>Dominic "XeroxDev" Ris</authors>
<owners>XeroxDev</owners>
<projectUrl>https://github.com/XeroxDev/Loupedeck-plugin-Template</projectUrl>
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0.1 (2022-05-11)

### Fix

- not detected as template

## v2.0.0 (2022-05-11)

### Feat
Expand Down

0 comments on commit f16c6e7

Please sign in to comment.