diff --git a/History.md b/History.md index bb141fe1..dbb700d7 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +1.0.1 / 2024-04-18 +=================== +* [FIX] Upgrade axios to 1.6.1 and axios-ntlm to 1.4.2 (#1212) +* [FIX] Fix build in Node.js 18 by re-encrypting test key (#1206) + 1.0.0 / 2022-12-09 =================== * [ENHANCEMENT] allow soap.createClient to create a new SOAP client from a WSDL string (#1191) diff --git a/package-lock.json b/package-lock.json index b9096ca8..10df1647 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "soap", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "soap", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "axios-ntlm": "^1.4.2", diff --git a/package.json b/package.json index 5f3b2925..4edaec38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soap", - "version": "1.0.0", + "version": "1.0.1", "description": "A minimal node SOAP client", "engines": { "node": ">=14.0.0"