Skip to content

Commit

Permalink
Merge pull request #57 from avwo/dev
Browse files Browse the repository at this point in the history
Release v1.2.7
  • Loading branch information
avwo authored Sep 4, 2024
2 parents 612b0bf + 6690d56 commit 24f347b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.2.6
1. feat: update [email protected]

# v1.2.6
1. feat: update [email protected]

Expand Down
1 change: 0 additions & 1 deletion lib/whistle.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const baseOptions = {
projectPluginsPath: PROJECT_PLUGINS_PATH,
specialAuth: SPECIAL_AUTH,
mode: 'client|disableUpdateTips|disableAuthUI',
allowOrigin: 'local.whistlejs.com',
...newOptions,
};

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Whistle",
"version": "1.2.6",
"version": "1.2.7",
"description": "Whistle Web Debugging Proxy",
"main": "./lib/index.js",
"author": "avenwu <[email protected]>",
Expand Down Expand Up @@ -75,7 +75,7 @@
"fs-extra": "^11.1.1",
"npminstall": "^7.9.0",
"sudo-prompt": "^9.2.1",
"whistle": "^2.9.83",
"whistle": "^2.9.84",
"whistle.proxyauth": "^1.1.2"
}
}

0 comments on commit 24f347b

Please sign in to comment.