Skip to content

Commit

Permalink
Release v0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Aug 23, 2021
1 parent b94b0a7 commit 926b682
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,3 +1,10 @@
0.42.0 / 2021-08-23
===================
* [FIX] check method style if exists instead of binding style (#1153)
* [FIX] update dependency vuln in xmldom via xml-cryoto/xmldom update (#1157)
* [FIX] update 7 vulnerabilities in the dependency chain (#1156)
* [FIX] SOAP faults are no longer being passed back in the error callback/promise rejection (#1155)

0.41.0 / 2021-08-20
===================
* [ENHANCEMENT] Support for soap attachments in response. (#1148)
Expand Down
2 changes: 1 addition & 1 deletion 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.41.0",
"version": "0.42.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 926b682

Please sign in to comment.