Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongsahil committed May 8, 2024
2 parents 7afc927 + abc8d5e commit 8652b81
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 4 deletions.
Binary file modified app/public/firefox/builds/requestly-latest.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion app/public/firefox/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"[email protected]": {
"updates": [
{
"version": "24.1.3",
"version": "24.5.8",
"update_link": "https://app.requestly.io/firefox/builds/requestly-latest.xpi"
}
]
Expand Down
8 changes: 8 additions & 0 deletions app/src/views/features/Updates/changeLogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ const changeLogs: VersionedChangeLogs[] = [
version: VERSION_NEXT,
logs: [],
},
{
version: "24.5.8",
logs: [
"[ENGG-1588] feat: async support in response rule - XHR requests (#1611)",
"ENGG-1478 Explicit and Implicit test this rule flow improvement (#1615)",
"[ENGG-1413] fix: rule without status field should be treated disabled (#1518)",
],
},
{
version: "24.3.5",
logs: [
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions browser-extension/mv2/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 browser-extension/mv2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestly/browser-extension-mv2",
"version": "24.3.5",
"version": "24.5.8",
"description": "Browser extension to Modify HTTP requests | Request and Response Headers",
"homepage": "https://requestly.com",
"private": true,
Expand Down

0 comments on commit 8652b81

Please sign in to comment.