diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f460183..64c7a680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelogs -## 1.5.0 - November 30, 2017 +## 1.5.0 - December 2, 2017 - Changed: Rewrite in `TypeScript`, now we have `typings`. - Added: Pick `http_proxy` settings from `http_proxy` and `https_proxy` environment variables. diff --git a/package-lock.json b/package-lock.json index 7fd7a9ef..d29099a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "syncing", - "version": "1.4.9", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 17fb0407..4ebf5158 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "syncing", "displayName": "Syncing", "description": "Sync every settings with your own GitHub Gist.", - "version": "1.4.9", + "version": "1.5.0", "publisher": "nonoroazoro", "author": { "email": "xiaochao.k@gmail.com", @@ -11,8 +11,8 @@ }, "homepage": "https://github.com/nonoroazoro/vscode-syncing", "license": "MIT", - "main": "./dist/src/extension", - "icon": "./resources/logo.png", + "main": "dist/src/extension", + "icon": "resources/logo.png", "repository": { "type": "git", "url": "https://github.com/nonoroazoro/vscode-syncing"