Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit c29b247

Browse files
committed
chore(release): 0.2.0
1 parent 2cfcb07 commit c29b247

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="0.2.0"></a>
6+
# [0.2.0](https://github.com/KnisterPeter/vscode-github/compare/v0.1.1...v0.2.0) (2016-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **vscode-github:** current branch detection ([719e908](https://github.com/KnisterPeter/vscode-github/commit/719e908))
12+
* **vscode-github:** stabilized input of personal access token (#3) ([f7735fc](https://github.com/KnisterPeter/vscode-github/commit/f7735fc))
13+
14+
### Features
15+
16+
* **vscode-github:** add debug/error channel ([9c20ffe](https://github.com/KnisterPeter/vscode-github/commit/9c20ffe))
17+
18+
19+
520
<a name="0.1.1"></a>
621
## [0.1.1](https://github.com/knisterpeter/vscode-github/compare/v0.1.0...v0.1.1) (2016-11-09)
722

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"displayName": "Visual Studio Code GitHub Support",
44
"description": "Integrates github workflows into vscode - like pull requests",
55
"icon": "./images/octocat.png",
6-
"galleryBanner": {
7-
"color": "#ffffff",
8-
"theme": "dark"
9-
},
10-
"version": "0.1.1",
6+
"galleryBanner": {
7+
"color": "#ffffff",
8+
"theme": "dark"
9+
},
10+
"version": "0.2.0",
1111
"publisher": "KnisterPeter",
1212
"engines": {
1313
"vscode": "^1.5.0"

0 commit comments

Comments
 (0)