From fbe729603a5abbca5d5895bb2b0a6ec13ce0bcfd Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sat, 1 Aug 2020 18:32:53 +0000 Subject: [PATCH] chore(release): 2.11.6 [skip ci] ## [2.11.6](https://github.com/JohnstonCode/svn-scm/compare/v2.11.5...v2.11.6) (2020-08-01) ### Bug Fixes * Extension is now bundled with webpack ([#1020](https://github.com/JohnstonCode/svn-scm/issues/1020)) ([2a36ffe](https://github.com/JohnstonCode/svn-scm/commit/2a36ffebba6cfd417f7854e8c3d9e574b1ee6591)) --- CHANGELOG.md | 7 +++++++ package.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 905776e3..0fba1966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.11.6](https://github.com/JohnstonCode/svn-scm/compare/v2.11.5...v2.11.6) (2020-08-01) + + +### Bug Fixes + +* Extension is now bundled with webpack ([#1020](https://github.com/JohnstonCode/svn-scm/issues/1020)) ([2a36ffe](https://github.com/JohnstonCode/svn-scm/commit/2a36ffebba6cfd417f7854e8c3d9e574b1ee6591)) + ## [2.11.5](https://github.com/JohnstonCode/svn-scm/compare/v2.11.4...v2.11.5) (2020-07-07) diff --git a/package.json b/package.json index 110398f2..1c3ef29d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.11.5", + "version": "2.11.6", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0" @@ -44,10 +44,10 @@ "style-check": "yarn prettylint 'src/**/*.ts'", "style-fix": "yarn prettier --write \"src/**/*.ts\"", "test": "node ./out/test/runTest.js", + "test-compile": "tsc -p ./", "tools:genReadme": "node ./out/tools/generateConfigSectionForReadme.js", "vscode:prepublish": "yarn run lint && yarn run build", - "watch:css": "yarn run build:css -w", - "test-compile": "tsc -p ./" + "watch:css": "yarn run build:css -w" }, "dependencies": { "chardet": "^1.2.1",