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

Commit 684dff3

Browse files
committed
chore(release): 0.3.0
1 parent 18f9535 commit 684dff3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.3.0"></a>
6+
# [0.3.0](https://github.com/KnisterPeter/vscode-github/compare/v0.2.2...v0.3.0) (2016-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **vscode-github:** detect current branch (#14) ([7c0724b](https://github.com/KnisterPeter/vscode-github/commit/7c0724b))
12+
* **vscode-github:** show status bar only if github project (#10) ([42f6abb](https://github.com/KnisterPeter/vscode-github/commit/42f6abb))
13+
* **vscode-github:** update command texts ([8649cc0](https://github.com/KnisterPeter/vscode-github/commit/8649cc0))
14+
15+
### Features
16+
17+
* **vscode-github:** add status-bar icon for pull-request (#9) ([260cf5f](https://github.com/KnisterPeter/vscode-github/commit/260cf5f))
18+
* **vscode-github:** allow https-origin for github detection (#16) ([e764751](https://github.com/KnisterPeter/vscode-github/commit/e764751))
19+
* **vscode-github:** lazy initialize extension (#7) ([12cd5b7](https://github.com/KnisterPeter/vscode-github/commit/12cd5b7))
20+
* **vscode-github:** refresh pull-request status every 5 seconds (#15) ([51a81b1](https://github.com/KnisterPeter/vscode-github/commit/51a81b1))
21+
* **vscode-github:** respect etag header from github (#12) ([62f1e54](https://github.com/KnisterPeter/vscode-github/commit/62f1e54))
22+
* **vscode-github:** show notification on success (#8) ([4359f6c](https://github.com/KnisterPeter/vscode-github/commit/4359f6c))
23+
* **vscode-github:** show status of current pull request (#17) ([18f9535](https://github.com/KnisterPeter/vscode-github/commit/18f9535))
24+
25+
26+
527
<a name="0.2.2"></a>
628
## [0.2.2](https://github.com/KnisterPeter/vscode-github/compare/v0.2.1...v0.2.2) (2016-11-09)
729

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"color": "#ffffff",
88
"theme": "light"
99
},
10-
"version": "0.2.2",
10+
"version": "0.3.0",
1111
"publisher": "KnisterPeter",
1212
"engines": {
1313
"vscode": "^1.5.0"

0 commit comments

Comments
 (0)