File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "changelogdate" : {
3
+ "prefix" : " cldate" ,
4
+ "scope" : " markdown" ,
5
+ "body" : [
6
+ " ## [$1] - 2019-$2-$3 (YYYY-MM-DD)"
7
+ ]
8
+ },
9
+ "changelogfeature" : {
10
+ "prefix" : " clfeature" ,
11
+ "scope" : " markdown" ,
12
+ "body" : [
13
+ " ### Feature Added:"
14
+ ]
15
+ },
16
+ "changelogbugfix" : {
17
+ "prefix" : " clbug" ,
18
+ "scope" : " markdown" ,
19
+ "body" : [
20
+ " ### Bugs Fixed:"
21
+ ]
22
+ },
23
+ "changelogentry" : {
24
+ "prefix" : " clentry" ,
25
+ "scope" : " markdown" ,
26
+ "body" : [
27
+ " - $1"
28
+ ]
29
+ }
30
+ }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.7] - 2019-07-22 (YYYY-MM-DD)
4
+ ### Bugs Fixed:
5
+ - fix table of content links in README.md
6
+
3
7
## [ 0.3.6] - 17-07-2019 (DD-MM-YYYY)
4
8
### Patch
5
9
- improve README.md
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-nightwatchjs-snippets" ,
3
- "version" : " 0.3.6 " ,
3
+ "version" : " 0.3.7 " ,
4
4
"description" : " NightwatchJS code snippets for Visual Studio Code" ,
5
5
"displayName" : " NightwatchJS snippets" ,
6
6
"publisher" : " Raju" ,
You can’t perform that action at this time.
0 commit comments