Skip to content

Commit 0fe2e1f

Browse files
chore(release): 1.0.1 -> 2.0.0 [skip-ci]
1 parent 3589580 commit 0fe2e1f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "1.0.1"
2+
version = "2.0.0"
33
bump_message = "chore(release): $current_version -> $new_version [skip-ci]"
44
version_files = [
55
# "./TemplatePlugin/Properties/AssemblyInfo.cs", # Enable this

.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>XeroxDev.Loupedeck.Template</id>
5-
<version>1.0.1</version>
5+
<version>2.0.0</version>
66
<authors>Dominic "XeroxDev" Ris</authors>
77
<owners>XeroxDev</owners>
88
<projectUrl>https://github.com/XeroxDev/Loupedeck-plugin-Template</projectUrl>

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## v2.0.0 (2022-05-11)
2+
3+
### Feat
4+
5+
- add new loupedeck variables to LoupedeckPackage.yaml
6+
- add run/debug options (for Rider)
7+
- **github**: add issue templates
8+
- **ci**: add github worlfows for easy bumping and changelog generation
9+
10+
### Refactor
11+
12+
- **git**: expand .gitignore with more usefull entries
13+
- **ci**: replace standard-version with commitizen and workflow
14+
15+
### BREAKING CHANGE
16+
17+
- Replaced standard-version with commitizen
18+
19+
## v1.0.1 (2021-12-15)
20+
21+
## v1.0.0 (2021-12-15)

0 commit comments

Comments
 (0)