From 17fb0e2399c28cc0ce692efdb8a33ece1ac3a657 Mon Sep 17 00:00:00 2001 From: Vasily Martynov Date: Tue, 3 Sep 2024 21:33:11 +1200 Subject: [PATCH] Release v1.1.3 --- History.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index f19a0801..df50b628 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 8270aee3..2d689c44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "soap", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "soap", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "axios": "^1.7.7", diff --git a/package.json b/package.json index 49138e31..1f4fec99 100644 --- a/package.json +++ b/package.json @@ -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"