Skip to content

Commit

Permalink
Release v0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Jun 1, 2021
1 parent a913515 commit 22c234f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,3 +1,9 @@
0.39.0 / 2021-06-01
===================

* [FIX] Fixed namespace resolution in case of complexType extension. (#1145)
* [FIX] Read length of buffer directly (#1147)

0.38.0 / 2021-05-14
===================

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.38.0",
"version": "0.39.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 22c234f

Please sign in to comment.