Skip to content

Commit

Permalink
chore(release): 1.54.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.54.8](v1.54.7...v1.54.8) (2019-10-29)

### Bug Fixes

* diff files now have unique paths ([#694](#694)) ([0ff8666](0ff8666))
  • Loading branch information
JohnstonCode committed Oct 29, 2019
1 parent ccbcabd commit f22b81b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.54.8](https://github.com/JohnstonCode/svn-scm/compare/v1.54.7...v1.54.8) (2019-10-29)


### Bug Fixes

* diff files now have unique paths ([#694](https://github.com/JohnstonCode/svn-scm/issues/694)) ([0ff8666](https://github.com/JohnstonCode/svn-scm/commit/0ff8666))

## [1.54.7](https://github.com/JohnstonCode/svn-scm/compare/v1.54.6...v1.54.7) (2019-10-28)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 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.54.7",
"version": "1.54.8",
"publisher": "johnstoncode",
"engines": {
"vscode": "^1.26.0"
Expand All @@ -28,9 +28,7 @@
"svn",
"subversion"
],
"activationEvents": [
"*"
],
"activationEvents": [],
"main": "./out/extension",
"scripts": {
"build:css": "node-sass scss/ -o css/ --output-style compressed",
Expand Down

0 comments on commit f22b81b

Please sign in to comment.