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

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 9, 2016
1 parent 2cfcb07 commit c29b247
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.2.0"></a>
# [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))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/knisterpeter/vscode-github/compare/v0.1.0...v0.1.1) (2016-11-09)

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c29b247

Please sign in to comment.