Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
w666 committed May 14, 2024
1 parent 2fd8b3f commit c40e5ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0.3 / 2024-05-14
===================
* [ENHANCEMENT] Add WSSecurity Protocol with user/pass token element (#1187)
* [ENHANCEMENT] Prevent mutating $type in the schema while processing requests (#1238)
* [FIX] Add space after `xmlns:wsu` to prevent xmldom warning (#1215)
* [FIX] Fix invalid multipart/related Content-Type (#1198)

1.0.2 / 2024-04-29
===================
* [ENHANCEMENT] Preserves leading and trailing whitespace when preserveWhitespace option is true (#1211)
Expand Down
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soap",
"version": "1.0.2",
"version": "1.0.3",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit c40e5ea

Please sign in to comment.