From 0fe2e1f9a380b93e64ba52db84b7bd951fc0d9be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 May 2022 15:59:40 +0000 Subject: [PATCH] chore(release): 1.0.1 -> 2.0.0 [skip-ci] --- .cz.toml | 2 +- .nuspec | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.cz.toml b/.cz.toml index e99f63b..cd6b7dc 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "1.0.1" +version = "2.0.0" bump_message = "chore(release): $current_version -> $new_version [skip-ci]" version_files = [ # "./TemplatePlugin/Properties/AssemblyInfo.cs", # Enable this diff --git a/.nuspec b/.nuspec index cccd9d9..59214a1 100644 --- a/.nuspec +++ b/.nuspec @@ -2,7 +2,7 @@ XeroxDev.Loupedeck.Template - 1.0.1 + 2.0.0 Dominic "XeroxDev" Ris XeroxDev https://github.com/XeroxDev/Loupedeck-plugin-Template diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..704dc4e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +## v2.0.0 (2022-05-11) + +### Feat + +- add new loupedeck variables to LoupedeckPackage.yaml +- add run/debug options (for Rider) +- **github**: add issue templates +- **ci**: add github worlfows for easy bumping and changelog generation + +### Refactor + +- **git**: expand .gitignore with more usefull entries +- **ci**: replace standard-version with commitizen and workflow + +### BREAKING CHANGE + +- Replaced standard-version with commitizen + +## v1.0.1 (2021-12-15) + +## v1.0.0 (2021-12-15)