From c3133647d12e67ba6faa99ac521efb6490b1df10 Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Fri, 15 Jun 2018 07:30:21 +0200 Subject: [PATCH] chore(release): 0.29.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2760d48a..eb6b9da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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. + +# [0.29.0](https://github.com/KnisterPeter/vscode-github/compare/v0.28.1...v0.29.0) (2018-06-15) + + +### Bug Fixes + +* **deps:** update dependency common-tags to v1.8.0 ([4f77c3e](https://github.com/KnisterPeter/vscode-github/commit/4f77c3e)) +* **deps:** update dependency lru-cache to v4.1.3 ([6e3af89](https://github.com/KnisterPeter/vscode-github/commit/6e3af89)) +* **deps:** update dependency pretend to v1.5.1 ([2601b3b](https://github.com/KnisterPeter/vscode-github/commit/2601b3b)) +* **deps:** update dependency tsdi to v0.20.3 ([baee7c6](https://github.com/KnisterPeter/vscode-github/commit/baee7c6)) + + +### Features + +* add custom title when creating a new pull request ([34432ce](https://github.com/KnisterPeter/vscode-github/commit/34432ce)) + + + ## [0.28.1](https://github.com/KnisterPeter/vscode-github/compare/v0.28.0...v0.28.1) (2018-05-09) diff --git a/package.json b/package.json index e8304c1a..eab08575 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "color": "#dddddd", "theme": "light" }, - "version": "0.28.1", + "version": "0.29.0", "publisher": "KnisterPeter", "engines": { "vscode": "^1.18.0"