Skip to content

Commit eed15ff

Browse files
committed
Release v1.6.0
1 parent cf0bd6a commit eed15ff

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.6.0 / 2025-10-25
2+
3+
- [ENHANCEMENT] Add support for multi-service and multi-port binding WSDL files (#1337)
4+
- [ENHANCEMENT] Add new 'addElement' option to WSSE Security that adds custom xml to <wsse> element (#1362)
5+
- [MAINTENANCE] Bump actions/setup-node from 4 to 5 (#1358)
6+
- [MAINTENANCE] Update dependencies (#1372)
7+
- [DOC] Fix typos in Readme (#1374)
8+
19
# 1.5.0 / 2025-10-07
210

311
- [ENHANCEMENT] Handle different namespace prefix for the same namespace, requires to set new option `forceUseSchemaXmlns` (#1365)

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.5.0",
3+
"version": "1.6.0",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=14.17.0"

0 commit comments

Comments
 (0)