Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Dec 9, 2022
1 parent 0c54399 commit 4660fa2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,3 +1,10 @@
1.0.0 / 2022-12-09
===================
* [ENHANCEMENT] allow soap.createClient to create a new SOAP client from a WSDL string (#1191)
* [FIX] Bump xml-crypto (#1200)
* [FIX] Upgrade to Formidable 3, Node 14, and audit fix (#1192)
* [FIX] Allow WSSecurity and WSSecurityCert to be used together (#1195)

0.45.0 / 2022-06-15
===================
* [FIX] axios peer dependency version (#1188)
Expand Down
26 changes: 20 additions & 6 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": "0.45.0",
"version": "1.0.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 4660fa2

Please sign in to comment.