Skip to content

Commit 3c42d01

Browse files
authored
Merge pull request #60 from reload/release-please--branches--main--components--wsdl-tsclient
v1.8.5
2 parents 186cbc5 + d2f3dc1 commit 3c42d01

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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.4"
2+
".": "1.8.5"
33
}

CHANGELOG.md

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

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

5+
## [1.8.5](https://github.com/reload/wsdl-tsclient/compare/v1.8.4...v1.8.5) (2025-10-01)
6+
7+
8+
### Maintenance
9+
10+
* **deps-dev:** bump @types/node from 24.5.2 to 24.6.1 ([538c50b](https://github.com/reload/wsdl-tsclient/commit/538c50bc915529532c228523775176e01d77a9cb))
11+
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([f1d4d29](https://github.com/reload/wsdl-tsclient/commit/f1d4d297f1effdf34f3380543fba0e66a808c7b9))
12+
* **deps-dev:** bump typescript from 5.9.2 to 5.9.3 ([4a46dd3](https://github.com/reload/wsdl-tsclient/commit/4a46dd3bd1013ec9fb059c9ce672cade49a5d75c))
13+
* **deps:** bump soap from 1.4.1 to 1.4.2 ([dfca033](https://github.com/reload/wsdl-tsclient/commit/dfca033de12c8822aec6f2eebb12b8744340ede1))
14+
515
## [1.8.4](https://github.com/reload/wsdl-tsclient/compare/v1.8.3...v1.8.4) (2025-09-24)
616

717

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.4",
3+
"version": "1.8.5",
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)