Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w666 committed Aug 4, 2024
1 parent d491572 commit b122a88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.1 / 2024-08-04
===================
* [ENHANCEMENT] ASupport binary data in MTOM (#1245)
* [ENHANCEMENT] Pass the error object to log (#1246)
* [Fix] Fix including xsd from another xsd while using inline xmlns (#1202)

1.1.0 / 2024-07-16
===================
* [ENHANCEMENT] Upgrade dependencies and refactor code to work with the xml-crypto 6.0.0, use built-in randomUUID instead of uuid (#1242)
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.1.0",
"version": "1.1.1",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit b122a88

Please sign in to comment.