Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
w666 committed Sep 3, 2024
1 parent 25fbfe3 commit 17fb0e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
1.1.3 / 2024-09-03
===================
* [ENHANCEMENT] Allow ComplexContentElement to have a restriction as a child element and parse attributes for RestrictionElement (#1252)
* [MAINTENANCE] Bump axios to 1.7.7 and debug to 4.3.6 (#1253)

1.1.2 / 2024-08-21
===================
* [ENHANCEMENT] Update Axios to 1.7.4 (#1248)
* [MAINTENANCE] Update Axios to 1.7.4 (#1248)
* [MAINTENANCE] Remove unused coveralls, replace request with Axios in tests (#1250)
* [MAINTENANCE] Speed up tests execution (#1249)
* [Fix] Add missing attributes (#1251)
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.2",
"version": "1.1.3",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 17fb0e2

Please sign in to comment.