Skip to content

Commit

Permalink
chore(release): 2.11.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.11.6](v2.11.5...v2.11.6) (2020-08-01)

### Bug Fixes

* Extension is now bundled with webpack ([#1020](#1020)) ([2a36ffe](2a36ffe))
  • Loading branch information
JohnstonCode committed Aug 1, 2020
1 parent 2a36ffe commit fbe7296
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.11.6](https://github.com/JohnstonCode/svn-scm/compare/v2.11.5...v2.11.6) (2020-08-01)


### Bug Fixes

* Extension is now bundled with webpack ([#1020](https://github.com/JohnstonCode/svn-scm/issues/1020)) ([2a36ffe](https://github.com/JohnstonCode/svn-scm/commit/2a36ffebba6cfd417f7854e8c3d9e574b1ee6591))

## [2.11.5](https://github.com/JohnstonCode/svn-scm/compare/v2.11.4...v2.11.5) (2020-07-07)


Expand Down
6 changes: 3 additions & 3 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": "2.11.5",
"version": "2.11.6",
"publisher": "johnstoncode",
"engines": {
"vscode": "^1.44.0"
Expand Down Expand Up @@ -44,10 +44,10 @@
"style-check": "yarn prettylint 'src/**/*.ts'",
"style-fix": "yarn prettier --write \"src/**/*.ts\"",
"test": "node ./out/test/runTest.js",
"test-compile": "tsc -p ./",
"tools:genReadme": "node ./out/tools/generateConfigSectionForReadme.js",
"vscode:prepublish": "yarn run lint && yarn run build",
"watch:css": "yarn run build:css -w",
"test-compile": "tsc -p ./"
"watch:css": "yarn run build:css -w"
},
"dependencies": {
"chardet": "^1.2.1",
Expand Down

0 comments on commit fbe7296

Please sign in to comment.