Skip to content

Commit 48b1d1e

Browse files
committed
released v1.16.0
1 parent 32c1f0b commit 48b1d1e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# **v1.16.0**
2+
3+
## What's New
4+
5+
* @edgardmessias Made Some under the hood tweaks
6+
17
# **v1.15.0**
28

39
## What's New

package.json

Lines changed: 3 additions & 2 deletions
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": "1.15.0",
5+
"version": "1.16.0",
66
"publisher": "johnstoncode",
77
"engines": {
88
"vscode": "^1.17.0"
@@ -228,7 +228,8 @@
228228
},
229229
{
230230
"command": "svn.revertSelectedRanges",
231-
"when": "config.svn.enabled && svnOpenRepositoryCount != 0 && svnHasSupportToRegisterDiffCommand == 1"
231+
"when":
232+
"config.svn.enabled && svnOpenRepositoryCount != 0 && svnHasSupportToRegisterDiffCommand == 1"
232233
}
233234
],
234235
"scm/title": [

0 commit comments

Comments
 (0)