diff --git a/CHANGELOG.md b/CHANGELOG.md index 9147ab1d..ec4710f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.1](https://github.com/JohnstonCode/svn-scm/compare/v2.15.0...v2.15.1) (2021-12-09) + + +### Bug Fixes + +* Added jschardet ([#1548](https://github.com/JohnstonCode/svn-scm/issues/1548)) ([e3dbc82](https://github.com/JohnstonCode/svn-scm/commit/e3dbc821a3ac20b74a7dc0902f995187608258dd)) + # [2.15.0](https://github.com/JohnstonCode/svn-scm/compare/v2.14.0...v2.15.0) (2021-11-08) diff --git a/package.json b/package.json index 8b55cf46..2a3a5b64 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.15.0", + "version": "2.15.1", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0" @@ -70,6 +70,7 @@ "eslint-plugin-prettier": "^3.4.0", "glob": "^7.1.7", "iconv-lite-umd": "0.6.8", + "jschardet": "^3.0.0", "milligram": "^1.4.1", "minimatch": "^3.0.4", "mocha": "^9.0.3", diff --git a/yarn.lock b/yarn.lock index ff81cdcd..3ab35050 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3367,6 +3367,11 @@ jsbn@~0.1.0: resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= +jschardet@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-3.0.0.tgz#898d2332e45ebabbdb6bf2feece9feea9a99e882" + integrity sha512-lJH6tJ77V8Nzd5QWRkFYCLc13a3vADkh3r/Fi8HupZGWk2OVVDfnZP8V/VgQgZ+lzW0kG2UGb5hFgt3V3ndotQ== + json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"