Skip to content

Commit

Permalink
build(release): 7.2.0 (#1163)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Feb 27, 2024
1 parent 156e7d6 commit 17f4c2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 7.2.0

> February 28, 2024
- [🚀 Request] Support latest NodeJS LTS
- [🚀 Request] Pipeline for testing with NodeJS LTS and Latest
- [🚫 Bug] Download vscode and chromedriver on linux arm targets wrong version of both
- [🚫 Bug] 'ms-enable-electron-run-as-node' is not in the list of known options

## 7.1.1

> February 20, 2024
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-extension-tester",
"version": "7.1.1",
"version": "7.2.0",
"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

0 comments on commit 17f4c2e

Please sign in to comment.