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

Commit 0671367

Browse files
committed
chore(release): 0.27.0
1 parent 6dcd208 commit 0671367

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.0"></a>
6+
# [0.27.0](https://github.com/KnisterPeter/vscode-github/compare/v0.26.0...v0.27.0) (2018-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** update tsdi to version 0.19.2 ([d4a3b92](https://github.com/KnisterPeter/vscode-github/commit/d4a3b92)), closes [#303](https://github.com/KnisterPeter/vscode-github/issues/303)
12+
* **package:** update vscode-extension-telemetry to version 0.0.11 ([cf6d3be](https://github.com/KnisterPeter/vscode-github/commit/cf6d3be))
13+
* **package:** update vscode-extension-telemetry to version 0.0.12 ([b99e27b](https://github.com/KnisterPeter/vscode-github/commit/b99e27b))
14+
* **package:** update vscode-extension-telemetry to version 0.0.13 ([9a7497d](https://github.com/KnisterPeter/vscode-github/commit/9a7497d))
15+
* **package:** update vscode-extension-telemetry to version 0.0.14 ([974898e](https://github.com/KnisterPeter/vscode-github/commit/974898e))
16+
* **package:** update vscode-extension-telemetry to version 0.0.15 ([5cc6485](https://github.com/KnisterPeter/vscode-github/commit/5cc6485))
17+
* add agent to global RequestInit interface ([fc8a875](https://github.com/KnisterPeter/vscode-github/commit/fc8a875)), closes [#306](https://github.com/KnisterPeter/vscode-github/issues/306) [#306](https://github.com/KnisterPeter/vscode-github/issues/306)
18+
19+
20+
### Features
21+
22+
* add allowUnsafeSSL for self-signed certificates ([74949ca](https://github.com/KnisterPeter/vscode-github/commit/74949ca))
23+
24+
25+
526
<a name="0.26.0"></a>
627
# [0.26.0](https://github.com/KnisterPeter/vscode-github/compare/v0.25.0...v0.26.0) (2018-01-18)
728

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)