From 563264f8f054ee5be60f3e9d2cef9de0574f2ee0 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sun, 8 Nov 2020 15:37:17 +0000 Subject: [PATCH] chore(release): 2.13.1 [skip ci] ## [2.13.1](https://github.com/JohnstonCode/svn-scm/compare/v2.13.0...v2.13.1) (2020-11-08) ### Bug Fixes * fix openvsx release ([#1138](https://github.com/JohnstonCode/svn-scm/issues/1138)) ([f517a9f](https://github.com/JohnstonCode/svn-scm/commit/f517a9f526622c1151e7811b3101e79050802c2b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0f7ea3..9502ed25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.13.1](https://github.com/JohnstonCode/svn-scm/compare/v2.13.0...v2.13.1) (2020-11-08) + + +### Bug Fixes + +* fix openvsx release ([#1138](https://github.com/JohnstonCode/svn-scm/issues/1138)) ([f517a9f](https://github.com/JohnstonCode/svn-scm/commit/f517a9f526622c1151e7811b3101e79050802c2b)) + # [2.13.0](https://github.com/JohnstonCode/svn-scm/compare/v2.12.4...v2.13.0) (2020-11-08) diff --git a/package.json b/package.json index c1598ef6..c412b732 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.13.0", + "version": "2.13.1", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0"