diff --git a/CHANGELOG.md b/CHANGELOG.md index 1730a78e..8f6dbae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.47.4](https://github.com/JohnstonCode/svn-scm/compare/v1.47.3...v1.47.4) (2019-03-15) + + +### Bug Fixes + +* If encoding is passed to svn.ts it uses that rather than guessing ([#499](https://github.com/JohnstonCode/svn-scm/issues/499)) ([17c5438](https://github.com/JohnstonCode/svn-scm/commit/17c5438)), closes [#483](https://github.com/JohnstonCode/svn-scm/issues/483) + ## [1.47.3](https://github.com/JohnstonCode/svn-scm/compare/v1.47.2...v1.47.3) (2019-03-15) diff --git a/package-lock.json b/package-lock.json index 57c16544..a8902fbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svn-scm", - "version": "1.47.3", + "version": "1.47.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46988c8a..892b55be 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "1.47.3", + "version": "1.47.4", "publisher": "johnstoncode", "engines": { "vscode": "^1.26.0"