Skip to content

Commit

Permalink
Merge branch 'master' into otel
Browse files Browse the repository at this point in the history
  • Loading branch information
vringar committed Feb 21, 2024
2 parents 32678a3 + f74e79f commit d89c997
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.28.0 - 2024-02-21

Bump to Firefox 123

## v0.27.0 - 2024-02-07

Bump to Firefox 122
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.28.0
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"homepage": "",
"devDependencies": {
"@adobe/jsonschema2md": "^7.1.5",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"commitlint": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"commitlint": "^18.6.1",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.39.0"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
# Note this script is **destructive** and will
# remove the existing Firefox in the OpenWPM directory

TAG='5eb7272884b4ce02cffab7900e41551608885492' # FIREFOX_122_0_1_RELEASE
TAG='d3c71a6fc9a1aecf1fe04f8de2fc0b816588e677' # FIREFOX_123_0_RELEASE

case "$(uname -s)" in
Darwin)
Expand Down

0 comments on commit d89c997

Please sign in to comment.