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.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 17, 2016
1 parent 41563c0 commit 62b3fda
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.6.0"></a>
# [0.6.0](https://github.com/KnisterPeter/vscode-github/compare/v0.5.0...v0.6.0) (2016-11-17)


### Bug Fixes

* handling of headers ([589ba74](https://github.com/KnisterPeter/vscode-github/commit/589ba74))

### Features

* add configuration for default branch ([12867be](https://github.com/KnisterPeter/vscode-github/commit/12867be))
* add configuration for prefered merge method ([5b826a4](https://github.com/KnisterPeter/vscode-github/commit/5b826a4))
* add configuration for refresh interval ([911fbd6](https://github.com/KnisterPeter/vscode-github/commit/911fbd6))
* enable support for squash and rebase merges ([8409d61](https://github.com/KnisterPeter/vscode-github/commit/8409d61))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/KnisterPeter/vscode-github/compare/v0.4.0...v0.5.0) (2016-11-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"color": "#dddddd",
"theme": "light"
},
"version": "0.5.0",
"version": "0.6.0",
"publisher": "KnisterPeter",
"engines": {
"vscode": "^1.7.0"
Expand Down

0 comments on commit 62b3fda

Please sign in to comment.