Skip to content

Commit 012a8a2

Browse files
committed
Update version to publish extension
1 parent a0dbe3f commit 012a8a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.7.1] - 2018-10-07
2+
### Updated
3+
- Minor improvements in Readme and `thenCatch`, `exportNamedFunction`, `exportDefaultFunction` snippets
4+
15
## [1.7.0] - 2018-06-24
26
### Added
37
- Add snippet for `require` and `default module exports`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "JavaScriptSnippets",
33
"description": "Code snippets for JavaScript in ES6 syntax",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"displayName": "JavaScript (ES6) code snippets",
66
"publisher": "xabikos",
77
"icon": "images/javascript.png",

0 commit comments

Comments
 (0)