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

Commit c3fb324

Browse files
committed
chore(release): 0.30.0
1 parent bf407f7 commit c3fb324

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.30.0"></a>
6+
# [0.30.0](https://github.com/KnisterPeter/vscode-github/compare/v0.29.0...v0.30.0) (2018-06-26)
7+
8+
9+
### Bug Fixes
10+
11+
* allow tokens to be updated during runtime ([d9aeb7f](https://github.com/KnisterPeter/vscode-github/commit/d9aeb7f)), closes [#395](https://github.com/KnisterPeter/vscode-github/issues/395)
12+
* uncolored statusbar ([f166cfd](https://github.com/KnisterPeter/vscode-github/commit/f166cfd)), closes [#301](https://github.com/KnisterPeter/vscode-github/issues/301)
13+
14+
15+
### Features
16+
17+
* calculate git remote name ([a5b18cb](https://github.com/KnisterPeter/vscode-github/commit/a5b18cb)), closes [#407](https://github.com/KnisterPeter/vscode-github/issues/407)
18+
* detect external pull request and allow to pull it ([bf407f7](https://github.com/KnisterPeter/vscode-github/commit/bf407f7)), closes [#258](https://github.com/KnisterPeter/vscode-github/issues/258)
19+
* show and explain error for invalid git remotes ([4309190](https://github.com/KnisterPeter/vscode-github/commit/4309190)), closes [#402](https://github.com/KnisterPeter/vscode-github/issues/402)
20+
21+
22+
523
<a name="0.29.0"></a>
624
# [0.29.0](https://github.com/KnisterPeter/vscode-github/compare/v0.28.1...v0.29.0) (2018-06-15)
725

package.json

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

0 commit comments

Comments
 (0)