diff --git a/CHANGELOG.md b/CHANGELOG.md index 4087f7ae..41bf4e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [0.2.0](https://github.com/KnisterPeter/vscode-github/compare/v0.1.1...v0.2.0) (2016-11-09) + + +### Bug Fixes + +* **vscode-github:** current branch detection ([719e908](https://github.com/KnisterPeter/vscode-github/commit/719e908)) +* **vscode-github:** stabilized input of personal access token (#3) ([f7735fc](https://github.com/KnisterPeter/vscode-github/commit/f7735fc)) + +### Features + +* **vscode-github:** add debug/error channel ([9c20ffe](https://github.com/KnisterPeter/vscode-github/commit/9c20ffe)) + + + ## [0.1.1](https://github.com/knisterpeter/vscode-github/compare/v0.1.0...v0.1.1) (2016-11-09) diff --git a/package.json b/package.json index 1c9e505a..f110e6a4 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "displayName": "Visual Studio Code GitHub Support", "description": "Integrates github workflows into vscode - like pull requests", "icon": "./images/octocat.png", - "galleryBanner": { - "color": "#ffffff", - "theme": "dark" - }, - "version": "0.1.1", + "galleryBanner": { + "color": "#ffffff", + "theme": "dark" + }, + "version": "0.2.0", "publisher": "KnisterPeter", "engines": { "vscode": "^1.5.0"