From ab36458d1af0374121ee57d5deca5bc19e8fb7be Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 11 Feb 2020 19:55:15 +0000 Subject: [PATCH] chore(release): 2.6.2 [skip ci] ## [2.6.2](https://github.com/JohnstonCode/svn-scm/compare/v2.6.1...v2.6.2) (2020-02-11) ### Bug Fixes * Fixed repeated auths prompt (close [#652](https://github.com/JohnstonCode/svn-scm/issues/652)) ([#799](https://github.com/JohnstonCode/svn-scm/issues/799)) ([42e64a9](https://github.com/JohnstonCode/svn-scm/commit/42e64a977c43c6a9d1200df2543107d9849c70ca)) --- 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 c6f84f81..2cd92bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.2](https://github.com/JohnstonCode/svn-scm/compare/v2.6.1...v2.6.2) (2020-02-11) + + +### Bug Fixes + +* Fixed repeated auths prompt (close [#652](https://github.com/JohnstonCode/svn-scm/issues/652)) ([#799](https://github.com/JohnstonCode/svn-scm/issues/799)) ([42e64a9](https://github.com/JohnstonCode/svn-scm/commit/42e64a977c43c6a9d1200df2543107d9849c70ca)) + ## [2.6.1](https://github.com/JohnstonCode/svn-scm/compare/v2.6.0...v2.6.1) (2020-01-28) diff --git a/package-lock.json b/package-lock.json index f2cadf69..22061c24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svn-scm", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a182a4fa..acad4967 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.6.1", + "version": "2.6.2", "publisher": "johnstoncode", "engines": { "vscode": "^1.41.0"