Skip to content

Commit 5146ad3

Browse files
committed
release 2.1.6
2 parents 0cbe0db + 9c0eecf commit 5146ad3

File tree

4 files changed

+205
-195
lines changed

4 files changed

+205
-195
lines changed

.vscodeignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
# Node files
2+
node_modules
3+
package-lock.json
4+
15
# Editor files
26
.vscode/**
37

48
# Configuration files
59
.editorconfig
610
.gitignore
11+
.huskyrc
712
jest.config.js
813
tsconfig.json
914
tslint.json

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelogs
22

3+
## 2.1.6 - April 04, 2019
4+
5+
- Changed: Remove unused files to reduce the extension size and improve the performance.
6+
7+
38
## 2.1.5 - April 03, 2019
49

510
- Added: Handle error during initialization.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "syncing",
33
"displayName": "%displayName%",
44
"description": "%description%",
5-
"version": "2.1.5",
5+
"version": "2.1.6",
66
"publisher": "nonoroazoro",
77
"author": {
88
"email": "xiaochao.k@gmail.com",
@@ -138,7 +138,7 @@
138138
"@types/tmp": "0.1.0",
139139
"cross-env": "^5.2.0",
140140
"husky": "^1.3.1",
141-
"jest": "^24.7.0",
141+
"jest": "^24.7.1",
142142
"lint-staged": "^8.1.5",
143143
"rimraf": "^2.6.3",
144144
"ts-jest": "^24.0.1",

0 commit comments

Comments
 (0)