Skip to content

Commit 84ca646

Browse files
committed
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2019-11-14) ### Bug Fixes * Fix cwd when running svn commands for remoteRepository ([#738](#738)) ([2c0dd2d](2c0dd2d))
1 parent 2c0dd2d commit 84ca646

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/JohnstonCode/svn-scm/compare/v2.1.0...v2.1.1) (2019-11-14)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix cwd when running svn commands for remoteRepository ([#738](https://github.com/JohnstonCode/svn-scm/issues/738)) ([2c0dd2d](https://github.com/JohnstonCode/svn-scm/commit/2c0dd2d))
7+
18
# [2.1.0](https://github.com/JohnstonCode/svn-scm/compare/v2.0.2...v2.1.0) (2019-11-13)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svn-scm",
33
"displayName": "SVN",
44
"description": "Integrated Subversion source control",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"publisher": "johnstoncode",
77
"engines": {
88
"vscode": "^1.40.0"

0 commit comments

Comments
 (0)