Skip to content

Commit

Permalink
7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek committed Feb 20, 2024
1 parent b981b52 commit 4c09b7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 7.1.1

> February 20, 2024
- [🚀 Request] Support VS Code 1.86.2
- [🚫 Bug] extest setup-and-run installs intel version of VSCode on mac arm
- [🚫 Bug] Unable to run tests in sample-projects/helloworld-sample

## 7.1.0

> February 12, 2024
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-extension-tester",
"version": "7.1.0",
"version": "7.1.1",
"description": "ExTester is a package that is designed to help you run UI tests for your Visual Studio Code extensions using selenium-webdriver.",
"icon": "icons/logo.png",
"main": "out/extester.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"got": "^13.0.0",
"hpagent": "^1.2.0",
"js-yaml": "^4.1.0",
"monaco-page-objects": "^3.13.0",
"monaco-page-objects": "^3.13.1",
"sanitize-filename": "^1.6.3",
"selenium-webdriver": "^4.18.1",
"targz": "^1.0.1",
Expand Down

0 comments on commit 4c09b7b

Please sign in to comment.