From da9aed4fb477175bf191c66cf402446826a9ba4a Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Wed, 31 Mar 2021 12:12:47 -0700 Subject: [PATCH] 4.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5f75ac..d672805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pac-resolver", - "version": "4.1.0", + "version": "4.2.0", "description": "Generates an asynchronous resolver function from a PAC file", "main": "./dist/index.js", "types": "./dist/index.d.ts",