Skip to content

Commit 50d3146

Browse files
committed
v1.3.0
1 parent 6b77cf1 commit 50d3146

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Change log
2+
### [1.3.0] - 2022-11-03
3+
#### Changes
4+
- Update readme
5+
- Update code for v6.2.0 of "socks-proxy-agent"
6+
# Change log
27
### [1.2.9] - 2022-10-10
38
#### Fixes
49
- Allow ports in request url for `host` request header ([#61](https://github.com/Cuadrix/puppeteer-page-proxy/issues/61)) ([#62](https://github.com/Cuadrix/puppeteer-page-proxy/pull/62))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "puppeteer-page-proxy",
33
"description": "Additional Node.js module to use with 'puppeteer' for setting proxies per page basis.",
4-
"version": "1.2.9",
4+
"version": "1.3.0",
55
"author": "Cuadrix <[email protected]> (https://github.com/Cuadrix)",
66
"homepage": "https://github.com/Cuadrix/puppeteer-page-proxy",
77
"main": "./src/index.js",

0 commit comments

Comments
 (0)