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

Commit c313364

Browse files
committed
chore(release): 0.29.0
1 parent c86943d commit c313364

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.29.0"></a>
6+
# [0.29.0](https://github.com/KnisterPeter/vscode-github/compare/v0.28.1...v0.29.0) (2018-06-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency common-tags to v1.8.0 ([4f77c3e](https://github.com/KnisterPeter/vscode-github/commit/4f77c3e))
12+
* **deps:** update dependency lru-cache to v4.1.3 ([6e3af89](https://github.com/KnisterPeter/vscode-github/commit/6e3af89))
13+
* **deps:** update dependency pretend to v1.5.1 ([2601b3b](https://github.com/KnisterPeter/vscode-github/commit/2601b3b))
14+
* **deps:** update dependency tsdi to v0.20.3 ([baee7c6](https://github.com/KnisterPeter/vscode-github/commit/baee7c6))
15+
16+
17+
### Features
18+
19+
* add custom title when creating a new pull request ([34432ce](https://github.com/KnisterPeter/vscode-github/commit/34432ce))
20+
21+
22+
523
<a name="0.28.1"></a>
624
## [0.28.1](https://github.com/KnisterPeter/vscode-github/compare/v0.28.0...v0.28.1) (2018-05-09)
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.28.1",
10+
"version": "0.29.0",
1111
"publisher": "KnisterPeter",
1212
"engines": {
1313
"vscode": "^1.18.0"

0 commit comments

Comments
 (0)