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

Commit ddc1733

Browse files
author
Markus Wolf
committed
chore(release): 0.13.0
1 parent 81e96af commit ddc1733

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.13.0"></a>
6+
# [0.13.0](https://github.com/KnisterPeter/vscode-github/compare/v0.12.1...v0.13.0) (2017-05-05)
7+
8+
9+
### Features
10+
11+
* add vscode progress-ui to long running operations ([7b26790](https://github.com/KnisterPeter/vscode-github/commit/7b26790)), closes [#94](https://github.com/KnisterPeter/vscode-github/issues/94)
12+
* open pull request of current branch ([3d15385](https://github.com/KnisterPeter/vscode-github/commit/3d15385)), closes [#91](https://github.com/KnisterPeter/vscode-github/issues/91)
13+
* use vscode git extension to checkout treeish ([3998f50](https://github.com/KnisterPeter/vscode-github/commit/3998f50)), closes [#18](https://github.com/KnisterPeter/vscode-github/issues/18)
14+
15+
16+
517
<a name="0.12.1"></a>
618
## [0.12.1](https://github.com/KnisterPeter/vscode-github/compare/v0.12.0...v0.12.1) (2017-03-29)
719

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

0 commit comments

Comments
 (0)