Skip to content

Commit c40e5ea

Browse files
committed
Release v1.0.3
1 parent 2fd8b3f commit c40e5ea

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.3 / 2024-05-14
2+
===================
3+
* [ENHANCEMENT] Add WSSecurity Protocol with user/pass token element (#1187)
4+
* [ENHANCEMENT] Prevent mutating $type in the schema while processing requests (#1238)
5+
* [FIX] Add space after `xmlns:wsu` to prevent xmldom warning (#1215)
6+
* [FIX] Fix invalid multipart/related Content-Type (#1198)
7+
18
1.0.2 / 2024-04-29
29
===================
310
* [ENHANCEMENT] Preserves leading and trailing whitespace when preserveWhitespace option is true (#1211)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soap",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=14.0.0"

0 commit comments

Comments
 (0)