Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w666 committed Apr 18, 2024
1 parent 509b915 commit de9dd25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit de9dd25

Please sign in to comment.