From 2b1705ffc90a3fd4d38f5c1bb42037acfebbf9c4 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Thu, 9 Dec 2021 09:47:55 +0000 Subject: [PATCH] chore(release): 2.15.2 [skip ci] ## [2.15.2](https://github.com/JohnstonCode/svn-scm/compare/v2.15.1...v2.15.2) (2021-12-09) ### Bug Fixes * added jschardect as dep ([#1549](https://github.com/JohnstonCode/svn-scm/issues/1549)) ([3d627d3](https://github.com/JohnstonCode/svn-scm/commit/3d627d39073b77f724f1cc9be5545981501babc4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4710f2..99add7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.2](https://github.com/JohnstonCode/svn-scm/compare/v2.15.1...v2.15.2) (2021-12-09) + + +### Bug Fixes + +* added jschardect as dep ([#1549](https://github.com/JohnstonCode/svn-scm/issues/1549)) ([3d627d3](https://github.com/JohnstonCode/svn-scm/commit/3d627d39073b77f724f1cc9be5545981501babc4)) + ## [2.15.1](https://github.com/JohnstonCode/svn-scm/compare/v2.15.0...v2.15.1) (2021-12-09) diff --git a/package.json b/package.json index f6f72f7b..248fbad2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.15.1", + "version": "2.15.2", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0"