Skip to content

Commit

Permalink
5.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <djelinek@redhat.com>

5.6.0
  • Loading branch information
djelinek committed May 17, 2023
1 parent aeea83b commit 9061d75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.6.0 (May 17 2023)

- Bump 'max' placeholder to 1.78.2 version
- Fix EditorView.getAction() is not working with VS Code 1.70+ (#771)
- Fix regression Terminal View bug in VS Code 1.67.2 (#770)

## 5.5.3 (April 25 2023)

- Bump 'max' placeholder to 1.77.3 version
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-extension-tester",
"version": "5.5.3",
"version": "5.6.0",
"description": "Webdriver Testing for VSCode Extensions",
"main": "out/extester.js",
"types": "out/extester.d.ts",
Expand Down Expand Up @@ -63,12 +63,12 @@
"got": "^11.8.6",
"hpagent": "^1.2.0",
"js-yaml": "^4.1.0",
"monaco-page-objects": "^3.5.1",
"monaco-page-objects": "^3.6.0",
"sanitize-filename": "^1.6.3",
"selenium-webdriver": "^4.8.1",
"targz": "^1.0.1",
"unzip-stream": "^0.3.1",
"vscode-extension-tester-locators": "^3.4.1"
"vscode-extension-tester-locators": "^3.4.2"
},
"peerDependencies": {
"mocha": ">=5.2.0",
Expand Down

0 comments on commit 9061d75

Please sign in to comment.