From f1318804f3abd922dbcb405bed1213e0bf834168 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Wed, 12 Feb 2020 09:34:30 +0000 Subject: [PATCH] chore(release): 2.7.0 [skip ci] # [2.7.0](https://github.com/JohnstonCode/svn-scm/compare/v2.6.2...v2.7.0) (2020-02-12) ### Features * added svnfs to allow asynchronous log search ([#798](https://github.com/JohnstonCode/svn-scm/issues/798)) ([ef554eb](https://github.com/JohnstonCode/svn-scm/commit/ef554eb66312d1502f49c7aeb215d2d6bec8100c)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd92bc6..d80569a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.7.0](https://github.com/JohnstonCode/svn-scm/compare/v2.6.2...v2.7.0) (2020-02-12) + + +### Features + +* added svnfs to allow asynchronous log search ([#798](https://github.com/JohnstonCode/svn-scm/issues/798)) ([ef554eb](https://github.com/JohnstonCode/svn-scm/commit/ef554eb66312d1502f49c7aeb215d2d6bec8100c)) + ## [2.6.2](https://github.com/JohnstonCode/svn-scm/compare/v2.6.1...v2.6.2) (2020-02-11) diff --git a/package-lock.json b/package-lock.json index 22061c24..7afb5537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svn-scm", - "version": "2.6.2", + "version": "2.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index acad4967..546027d0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.6.2", + "version": "2.7.0", "publisher": "johnstoncode", "engines": { "vscode": "^1.41.0"