Skip to content

Commit

Permalink
Release v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Apr 8, 2021
1 parent 272a7da commit bf3b07d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
@@ -1,3 +1,10 @@
0.37.0 / 2021-04-07
===================
* [ENHANCEMENT] Add native support for short deserialization (#1136)
* [FIX] Add handling for extension base without children (#1135)
* [FIX] Arrays with proper prefix and namespace (#1137)
* [MAINTENANCE] update xml-crypto version (#1138)

0.36.0 / 2021-01-13
===================
* [FIX] Extract required HttpClient functions to dedicated interface (#1132)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "0.36.0",
"version": "0.37.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=10.0.0"
Expand Down

2 comments on commit bf3b07d

@genio
Copy link

@genio genio commented on bf3b07d Apr 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tags weren't pushed, releases not updated; still shows 0.35 as latest

https://github.com/vpulim/node-soap/releases

@jsdevel
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Please sign in to comment.