Skip to content

Commit

Permalink
Release v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed May 14, 2021
1 parent a1ad8ab commit 95fa71f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,3 +1,11 @@
0.38.0 / 2021-05-14
===================

* [DOC] Remove duplicate paragraph and example code in Readme. (#1140)
* [ENHANCEMENT] Add an option to for an envelopeKey for WSSecurity (#1143)
* [FIX] Circular element references inside wsdl - assistance needed (#1142)
* [MAINTENANCE] Bump typedoc to 0.20.36, update package-lock.json (#1141)

0.37.0 / 2021-04-07
===================
* [ENHANCEMENT] Add native support for short deserialization (#1136)
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.37.0",
"version": "0.38.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 95fa71f

Please sign in to comment.