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.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Oct 2, 2017
1 parent 4252b4f commit 52eeeff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.21.0"></a>
# [0.21.0](https://github.com/KnisterPeter/vscode-github/compare/v0.20.2...v0.21.0) (2017-10-02)


### Features

* add configuration for git executable ([d737302](https://github.com/KnisterPeter/vscode-github/commit/d737302)), closes [#210](https://github.com/KnisterPeter/vscode-github/issues/210)
* allow parameters when calling commands ([293891e](https://github.com/KnisterPeter/vscode-github/commit/293891e))
* customizable statusbar ([f099c56](https://github.com/KnisterPeter/vscode-github/commit/f099c56)), closes [#202](https://github.com/KnisterPeter/vscode-github/issues/202)
* prepare for pull request by command ([49c6c68](https://github.com/KnisterPeter/vscode-github/commit/49c6c68))



<a name="0.20.2"></a>
## [0.20.2](https://github.com/KnisterPeter/vscode-github/compare/v0.20.1...v0.20.2) (2017-09-27)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.20.2",
"version": "0.21.0",
"publisher": "KnisterPeter",
"engines": {
"vscode": "^1.15.0"
Expand Down

0 comments on commit 52eeeff

Please sign in to comment.