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 11# Changelog
22
3+ ## [ 0.3.7] - 2019-07-22 (YYYY-MM-DD)
4+ ### Bugs Fixed:
5+ - fix table of content links in README.md
6+
37## [ 0.3.6] - 17-07-2019 (DD-MM-YYYY)
48### Patch
59- improve README.md
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-nightwatchjs-snippets" ,
3- "version" : " 0.3.6 " ,
3+ "version" : " 0.3.7 " ,
44 "description" : " NightwatchJS code snippets for Visual Studio Code" ,
55 "displayName" : " NightwatchJS snippets" ,
66 "publisher" : " Raju" ,
You can’t perform that action at this time.
0 commit comments