Skip to content

Commit 6d904b7

Browse files
committed
v0.3.7
1 parent 61b74b2 commit 6d904b7

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

.vscode/changelog.code-snippets

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)