From be6ce0ae8ef60f36ef7caf0cca9f653d0a6b2952 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Wed, 6 May 2020 08:09:48 +0000 Subject: [PATCH] chore(release): 2.11.0 [skip ci] # [2.11.0](https://github.com/JohnstonCode/svn-scm/compare/v2.10.6...v2.11.0) (2020-05-06) ### Features * Added option to not prompt if commit message is empty (close [#913](https://github.com/JohnstonCode/svn-scm/issues/913)) ([#920](https://github.com/JohnstonCode/svn-scm/issues/920)) ([2f5e2c2](https://github.com/JohnstonCode/svn-scm/commit/2f5e2c215ee6c6113536a80474accb6a8e4d87b3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cad7bfb..899353c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.11.0](https://github.com/JohnstonCode/svn-scm/compare/v2.10.6...v2.11.0) (2020-05-06) + + +### Features + +* Added option to not prompt if commit message is empty (close [#913](https://github.com/JohnstonCode/svn-scm/issues/913)) ([#920](https://github.com/JohnstonCode/svn-scm/issues/920)) ([2f5e2c2](https://github.com/JohnstonCode/svn-scm/commit/2f5e2c215ee6c6113536a80474accb6a8e4d87b3)) + ## [2.10.6](https://github.com/JohnstonCode/svn-scm/compare/v2.10.5...v2.10.6) (2020-03-12) diff --git a/package.json b/package.json index 408a9fbb..08764765 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.10.6", + "version": "2.11.0", "publisher": "johnstoncode", "engines": { "vscode": "^1.43.0"