Skip to content

Commit 1978c6c

Browse files
v1.8.6
1 parent 9f65fb4 commit 1978c6c

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.5"
2+
".": "1.8.6"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.8.6](https://github.com/reload/wsdl-tsclient/compare/v1.8.5...v1.8.6) (2025-11-01)
6+
7+
8+
### Maintenance
9+
10+
* **deps-dev:** bump @eslint/js from 9.36.0 to 9.39.0 ([8db55b9](https://github.com/reload/wsdl-tsclient/commit/8db55b9f3af71607e3794e2d29f9655517c36791))
11+
* **deps-dev:** bump @eslint/js from 9.36.0 to 9.39.0 ([24844d1](https://github.com/reload/wsdl-tsclient/commit/24844d180adf0e31c984fccc958f496badf57341))
12+
* **deps-dev:** bump @types/node from 24.6.1 to 24.9.2 ([9f65fb4](https://github.com/reload/wsdl-tsclient/commit/9f65fb40f03725ee913af20ee04fa55a140f1eff))
13+
* **deps-dev:** bump @types/node from 24.6.1 to 24.9.2 ([0c27efc](https://github.com/reload/wsdl-tsclient/commit/0c27efc894574a282dcb31d9f5d07f75a89b9cbd))
14+
* **deps-dev:** bump @types/yargs from 17.0.33 to 17.0.34 ([ba5edfa](https://github.com/reload/wsdl-tsclient/commit/ba5edfa3069a270eb8531c4840968afbd75a83bc))
15+
* **deps-dev:** bump @types/yargs from 17.0.33 to 17.0.34 ([604d71e](https://github.com/reload/wsdl-tsclient/commit/604d71ed09c4e30dbb4eed357ea163ce3b55d57f))
16+
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([526ff4e](https://github.com/reload/wsdl-tsclient/commit/526ff4e231422beb63476aca59b37b73e295de03))
17+
* **deps-dev:** bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.2 ([666218e](https://github.com/reload/wsdl-tsclient/commit/666218e5a31b55f30908bbd452e84ffdbeae40b0))
18+
* **deps:** bump actions/setup-node from 5 to 6 ([3e53c88](https://github.com/reload/wsdl-tsclient/commit/3e53c883d28195e252bb5d04a99de3ae263dad4b))
19+
* **deps:** bump actions/setup-node from 5 to 6 ([d0fbd38](https://github.com/reload/wsdl-tsclient/commit/d0fbd38f7a5d1778fc86367f462b411b5d9b098b))
20+
* **deps:** bump soap from 1.4.2 to 1.6.0 ([73bfd02](https://github.com/reload/wsdl-tsclient/commit/73bfd02dc2c24a9b0223ab07b4b35b94a4c03e1e))
21+
* **deps:** bump soap from 1.4.2 to 1.6.0 ([75aefff](https://github.com/reload/wsdl-tsclient/commit/75aefffef8ae717d645bfb05285734e3950cc150))
22+
523
## [1.8.5](https://github.com/reload/wsdl-tsclient/compare/v1.8.4...v1.8.5) (2025-10-01)
624

725

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": "@reloaddk/wsdl-tsclient",
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44
"description": "Generate typescript soap client with typescript definitions from WSDL file.",
55
"main": "dist/src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)