Skip to content

Commit 4f7c8ff

Browse files
committed
Merge branch 'develop'
2 parents c538867 + c0b47de commit 4f7c8ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelogs
22

3-
## 1.5.0 - November 30, 2017
3+
## 1.5.0 - December 2, 2017
44

55
- Changed: Rewrite in `TypeScript`, now we have `typings`.
66
- Added: Pick `http_proxy` settings from `http_proxy` and `https_proxy` environment variables.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "syncing",
33
"displayName": "Syncing",
44
"description": "Sync every settings with your own GitHub Gist.",
5-
"version": "1.4.9",
5+
"version": "1.5.0",
66
"publisher": "nonoroazoro",
77
"author": {
88
"email": "xiaochao.k@gmail.com",
@@ -11,8 +11,8 @@
1111
},
1212
"homepage": "https://github.com/nonoroazoro/vscode-syncing",
1313
"license": "MIT",
14-
"main": "./dist/src/extension",
15-
"icon": "./resources/logo.png",
14+
"main": "dist/src/extension",
15+
"icon": "resources/logo.png",
1616
"repository": {
1717
"type": "git",
1818
"url": "https://github.com/nonoroazoro/vscode-syncing"

0 commit comments

Comments
 (0)