Skip to content

Commit

Permalink
Prepare release 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto committed Sep 11, 2021
1 parent 68103f3 commit b5dafb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.14

Codebase improvements

# 1.1.13

Fix `Viewed` toggle when side-by-side is set
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"format": "prettier --write . --ignore-path .gitignore",
"format:check": "prettier --check . --ignore-path .gitignore",
"pack:extension": "vsce package --yarn -o ./dist/vscode_diff_viewer_v$npm_package_version.vsix --githubBranch main",
"run:webmode": "yarn vscode-test-web --browserType=chromium --extensionDevelopmentPath=."
"run:webmode": "yarn vscode-test-web --browserType=chromium --extensionDevelopmentPath=. --version=stable"
},
"dependencies": {
"diff2html": "3.4.11"
Expand Down

0 comments on commit b5dafb6

Please sign in to comment.