Skip to content

Commit

Permalink
released v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnstonCode committed Feb 7, 2018
1 parent 32c1f0b commit 48b1d1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# **v1.16.0**

## What's New

* @edgardmessias Made Some under the hood tweaks

# **v1.15.0**

## What's New
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svn-scm",
"displayName": "SVN",
"description": "Integrated Subversion source control",
"version": "1.15.0",
"version": "1.16.0",
"publisher": "johnstoncode",
"engines": {
"vscode": "^1.17.0"
Expand Down Expand Up @@ -228,7 +228,8 @@
},
{
"command": "svn.revertSelectedRanges",
"when": "config.svn.enabled && svnOpenRepositoryCount != 0 && svnHasSupportToRegisterDiffCommand == 1"
"when":
"config.svn.enabled && svnOpenRepositoryCount != 0 && svnHasSupportToRegisterDiffCommand == 1"
}
],
"scm/title": [
Expand Down

0 comments on commit 48b1d1e

Please sign in to comment.