Skip to content

Commit

Permalink
Release v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Jul 17, 2020
1 parent 5c3c810 commit 11bcc3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.32.0 / 2020-07-17
===================

* [ENHANCEMENT] Add overrideImportLocation option (#1114)
* [FIX] Bug where no prototypical inheritence chain exists (#1110)
* [FIX] Clear http client header (#1103)
* [FIX] Escape username and password in wss (#1107)
* [FIX] replace === with startsWith (#1116)
* [MAINTENANCE] Move @types/requests dependency into devDependencies (#1111)

0.31.0 / 2020-02-21
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "0.31.0",
"version": "0.32.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit 11bcc3e

Please sign in to comment.