Skip to content

Commit 14a38b6

Browse files
authored
7.1.1 (#1142)
Signed-off-by: Dominik Jelinek <[email protected]>
1 parent d3b7e87 commit 14a38b6

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 7.1.1
4+
5+
> February 20, 2024
6+
7+
- [🚀 Request] Support VS Code 1.86.2
8+
- [🚫 Bug] extest setup-and-run installs intel version of VSCode on mac arm
9+
- [🚫 Bug] Unable to run tests in sample-projects/helloworld-sample
10+
311
## 7.1.0
412

513
> February 12, 2024

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-extension-tester",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "ExTester is a package that is designed to help you run UI tests for your Visual Studio Code extensions using selenium-webdriver.",
55
"icon": "icons/logo.png",
66
"main": "out/extester.js",
@@ -64,7 +64,7 @@
6464
"got": "^13.0.0",
6565
"hpagent": "^1.2.0",
6666
"js-yaml": "^4.1.0",
67-
"monaco-page-objects": "^3.13.0",
67+
"monaco-page-objects": "^3.13.1",
6868
"sanitize-filename": "^1.6.3",
6969
"selenium-webdriver": "^4.18.1",
7070
"targz": "^1.0.1",

page-objects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-page-objects",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"description": "Page Objects for Monaco Editor",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

0 commit comments

Comments
 (0)