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

Commit 5a4bae5

Browse files
author
Markus Wolf
committed
chore(release): 0.27.2
1 parent b2736c6 commit 5a4bae5

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.27.2"></a>
6+
## [0.27.2](https://github.com/KnisterPeter/vscode-github/compare/v0.27.1...v0.27.2) (2018-05-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency common-tags to v1.7.2 ([33c164b](https://github.com/KnisterPeter/vscode-github/commit/33c164b))
12+
* **deps:** update dependency execa to ^0.10.0 ([b4f4f18](https://github.com/KnisterPeter/vscode-github/commit/b4f4f18))
13+
* add types to callbacks ([df8d702](https://github.com/KnisterPeter/vscode-github/commit/df8d702))
14+
* allow definite assignment check ([22b114b](https://github.com/KnisterPeter/vscode-github/commit/22b114b))
15+
* **deps:** update dependency tsdi to v0.20.0 ([e8a0e60](https://github.com/KnisterPeter/vscode-github/commit/e8a0e60))
16+
* **deps:** update dependency tsdi to v0.20.1 ([27456c2](https://github.com/KnisterPeter/vscode-github/commit/27456c2))
17+
* **deps:** update dependency tsdi to v0.20.2 ([3cb1f50](https://github.com/KnisterPeter/vscode-github/commit/3cb1f50))
18+
* **deps:** update dependency vscode-extension-telemetry to v0.0.16 ([710dd76](https://github.com/KnisterPeter/vscode-github/commit/710dd76))
19+
* **deps:** update dependency vscode-extension-telemetry to v0.0.17 ([1d11c12](https://github.com/KnisterPeter/vscode-github/commit/1d11c12))
20+
* cache repository data per workspace and gitconfig ([b2736c6](https://github.com/KnisterPeter/vscode-github/commit/b2736c6)), closes [#356](https://github.com/KnisterPeter/vscode-github/issues/356)
21+
22+
23+
524
<a name="0.27.1"></a>
625
## [0.27.1](https://github.com/KnisterPeter/vscode-github/compare/v0.27.0...v0.27.1) (2018-02-28)
726

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.27.1",
10+
"version": "0.27.2",
1111
"publisher": "KnisterPeter",
1212
"engines": {
1313
"vscode": "^1.18.0"

0 commit comments

Comments
 (0)