Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed Nov 21, 2022
1 parent b74c19c commit 62ee174
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Features:

## PAC files

The pre-generated PAC file at `/dist` can be used to bypass GFW:
Pre-generated PAC files at `/dist` can be used to bypass GFW:

* [blacklist.pac](https://raw.githubusercontent.com/Kaciras/pac-maker/master/dist/blacklist.pac) forward GFW blocked hostnames to the proxy server, other hostnames will connect directly.
* [whitelist.pac](https://raw.githubusercontent.com/Kaciras/pac-maker/master/dist/whitelist.pac) forward all but China hostnames to the proxy server.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pac-maker",
"version": "2.1.0",
"version": "2.2.0",
"description": "Proxy Auto-Configuration (PAC) file generator & loader, support proxy Node's `fetch` with PAC",
"author": "Kaciras <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@kaciras/eslint-config-typescript": "^2.4.1",
"@stryker-mutator/core": "^6.3.0",
"@stryker-mutator/jest-runner": "^6.3.0",
"@swc/core": "^1.3.16",
"@swc/core": "^1.3.17",
"@swc/jest": "^0.2.23",
"@types/ini": "^1.3.31",
"@types/koa": "^2.13.5",
Expand All @@ -62,6 +62,6 @@
"eslint": "^8.27.0",
"jest": "^29.3.1",
"mockttp": "^3.6.0",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
}
}
Loading

0 comments on commit 62ee174

Please sign in to comment.