Skip to content

Commit 17fb0e2

Browse files
committed
Release v1.1.3
1 parent 25fbfe3 commit 17fb0e2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

History.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
1.1.3 / 2024-09-03
2+
===================
3+
* [ENHANCEMENT] Allow ComplexContentElement to have a restriction as a child element and parse attributes for RestrictionElement (#1252)
4+
* [MAINTENANCE] Bump axios to 1.7.7 and debug to 4.3.6 (#1253)
5+
16
1.1.2 / 2024-08-21
27
===================
3-
* [ENHANCEMENT] Update Axios to 1.7.4 (#1248)
8+
* [MAINTENANCE] Update Axios to 1.7.4 (#1248)
49
* [MAINTENANCE] Remove unused coveralls, replace request with Axios in tests (#1250)
510
* [MAINTENANCE] Speed up tests execution (#1249)
611
* [Fix] Add missing attributes (#1251)

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

0 commit comments

Comments
 (0)