Skip to content

Commit 987377f

Browse files
committed
Release v1.5.0
1 parent 05eb9bd commit 987377f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.5.0 / 2025-10-07
2+
3+
- [ENHANCEMENT] Handle different namespace prefix for the same namespace, requires to set new option `forceUseSchemaXmlns` (#1365)
4+
- [ENHANCEMENT] Adding custom envelope key option for server and client header fix (#1208, #1170, #1330)
5+
- [MAINTENANCE] Bump eslint to 9.36.0 (#1361)
6+
- [MAINTENANCE] Bump mocha from 11.7.1 to 11.7.2 (#1354)
7+
- [MAINTENANCE] Add prettier as a default formatter (#1353)
8+
19
# 1.4.2 / 2025-09-27
210

311
- [MAINTENANCE] Bump axios-ntlm to 1.4.6 and debug to 4.4.3 (#1351)

package-lock.json

Lines changed: 6 additions & 0 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.4.2",
3+
"version": "1.5.0",
44
"description": "A minimal node SOAP client",
55
"engines": {
66
"node": ">=14.17.0"

0 commit comments

Comments
 (0)