Commit 0fe2e1f 1 parent 3589580 commit 0fe2e1f Copy full SHA for 0fe2e1f
File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
[tool .commitizen ]
2
- version = " 1 .0.1 "
2
+ version = " 2 .0.0 "
3
3
bump_message = " chore(release): $current_version -> $new_version [skip-ci]"
4
4
version_files = [
5
5
# "./TemplatePlugin/Properties/AssemblyInfo.cs", # Enable this
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >XeroxDev.Loupedeck.Template</id >
5
- <version >1 .0.1 </version >
5
+ <version >2 .0.0 </version >
6
6
<authors >Dominic "XeroxDev" Ris</authors >
7
7
<owners >XeroxDev</owners >
8
8
<projectUrl >https://github.com/XeroxDev/Loupedeck-plugin-Template</projectUrl >
Original file line number Diff line number Diff line change
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)
You can’t perform that action at this time.
0 commit comments