Skip to content

Commit

Permalink
Merge branch 'main' into firefox-basic-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Mar 16, 2024
2 parents 71a726c + d6de3ec commit 30b2721
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 77 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Browsertime changelog (we do [semantic versioning](https://semver.org))

## 21.5.4 - 2024-03-13
### Fixed
* Fix for `--injectJs` for Firefox [#2103](https://github.com/sitespeedio/browsertime/pull/2103).

## 21.5.3 - 2024-03-12
### Fixed
* Fixed `commands.bidi.*` that stopped working [#2101](https://github.com/sitespeedio/browsertime/pull/2101).
Expand Down
140 changes: 70 additions & 70 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browsertime",
"description": "Get performance metrics from your web page using Browsertime.",
"version": "21.5.3",
"version": "21.5.4",
"bin": "./bin/browsertime.js",
"type": "module",
"types": "./types/scripting.d.ts",
Expand Down Expand Up @@ -37,18 +37,18 @@
"jimp": "0.22.10"
},
"devDependencies": {
"@types/selenium-webdriver": "4.1.21",
"ava": "6.1.1",
"@types/selenium-webdriver": "4.1.22",
"ava": "6.1.2",
"clean-jsdoc-theme": "4.2.17",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-unicorn": "51.0.1",
"jsdoc": "4.0.2",
"prettier": "3.2.4",
"prettier": "3.2.5",
"serve": "14.2.1",
"serve-handler": "6.1.5",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 30b2721

Please sign in to comment.