Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
spnraju committed Jul 22, 2019
1 parent 61b74b2 commit 6d904b7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .vscode/changelog.code-snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"changelogdate": {
"prefix": "cldate",
"scope": "markdown",
"body": [
"## [$1] - 2019-$2-$3 (YYYY-MM-DD)"
]
},
"changelogfeature": {
"prefix": "clfeature",
"scope": "markdown",
"body": [
"### Feature Added:"
]
},
"changelogbugfix": {
"prefix": "clbug",
"scope": "markdown",
"body": [
"### Bugs Fixed:"
]
},
"changelogentry": {
"prefix": "clentry",
"scope": "markdown",
"body": [
"- $1"
]
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.3.7] - 2019-07-22 (YYYY-MM-DD)
### Bugs Fixed:
- fix table of content links in README.md

## [0.3.6] - 17-07-2019 (DD-MM-YYYY)
### Patch
- improve README.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-nightwatchjs-snippets",
"version": "0.3.6",
"version": "0.3.7",
"description": "NightwatchJS code snippets for Visual Studio Code",
"displayName": "NightwatchJS snippets",
"publisher": "Raju",
Expand Down

0 comments on commit 6d904b7

Please sign in to comment.