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

Commit a06f154

Browse files
committed
chore(release): 0.11.0
1 parent de64f05 commit a06f154

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.11.0"></a>
6+
# [0.11.0](https://github.com/KnisterPeter/vscode-github/compare/v0.10.0...v0.11.0) (2017-03-22)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies ([af38214](https://github.com/KnisterPeter/vscode-github/commit/af38214))
12+
* **package:** update execa to version 0.6.1 ([c371fa7](https://github.com/KnisterPeter/vscode-github/commit/c371fa7))
13+
* **package:** update execa to version 0.6.2 ([8020305](https://github.com/KnisterPeter/vscode-github/commit/8020305))
14+
* **package:** update execa to version 0.6.3 ([6513ee5](https://github.com/KnisterPeter/vscode-github/commit/6513ee5))
15+
* **vscode-github:** update pretend ([e775b9e](https://github.com/KnisterPeter/vscode-github/commit/e775b9e))
16+
17+
18+
### Features
19+
20+
* **vscode-github:** add command to open github page ([b409cd2](https://github.com/KnisterPeter/vscode-github/commit/b409cd2)), closes [#70](https://github.com/KnisterPeter/vscode-github/issues/70)
21+
* **vscode-github:** allow to open pull request ([b59cab6](https://github.com/KnisterPeter/vscode-github/commit/b59cab6)), closes [#69](https://github.com/KnisterPeter/vscode-github/issues/69)
22+
23+
24+
525
<a name="0.10.0"></a>
626
# [0.10.0](https://github.com/KnisterPeter/vscode-github/compare/v0.9.1...v0.10.0) (2017-02-15)
727

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

0 commit comments

Comments
 (0)