Skip to content

Commit

Permalink
chore(release): 1.0.1 -> 2.0.0 [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 3589580 commit 0fe2e1f
Show file tree
Hide file tree
Showing 3 changed files with 23 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 = "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
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>1.0.1</version>
<version>2.0.0</version>
<authors>Dominic "XeroxDev" Ris</authors>
<owners>XeroxDev</owners>
<projectUrl>https://github.com/XeroxDev/Loupedeck-plugin-Template</projectUrl>
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 0fe2e1f

Please sign in to comment.