Skip to content

Commit 56e05f3

Browse files
authored
Merge pull request #156 from reload/release-please--branches--main--components--wsdl-tsclient
v1.9.9
2 parents fe658d2 + 62d8166 commit 56e05f3

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.8"
2+
".": "1.9.9"
33
}

CHANGELOG.md

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

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

5+
## [1.9.9](https://github.com/reload/wsdl-tsclient/compare/v1.9.8...v1.9.9) (2026-04-15)
6+
7+
8+
### Maintenance
9+
10+
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([5037c4b](https://github.com/reload/wsdl-tsclient/commit/5037c4bdb9983b1ddac97d46c0b562bdeade137a))
11+
* **deps-dev:** bump @typescript-eslint/eslint-plugin from 8.58.0 to 8.58.2 ([0f9853c](https://github.com/reload/wsdl-tsclient/commit/0f9853ca04b558205b0af4759ac5ea44526a3b2b))
12+
* **deps-dev:** bump @typescript-eslint/parser from 8.58.0 to 8.58.2 ([094c09f](https://github.com/reload/wsdl-tsclient/commit/094c09f8afc46e3f7c41129f47699ff210cd76ff))
13+
* **deps-dev:** bump @typescript-eslint/parser from 8.58.0 to 8.58.2 ([206091d](https://github.com/reload/wsdl-tsclient/commit/206091d77611e5e963f24eb8da2c5a612e216bc6))
14+
* **deps-dev:** bump eslint from 10.1.0 to 10.2.0 ([92b2071](https://github.com/reload/wsdl-tsclient/commit/92b2071937722041a1744a233c4b5815d0859b06))
15+
* **deps-dev:** bump eslint from 10.1.0 to 10.2.0 ([0eb8f36](https://github.com/reload/wsdl-tsclient/commit/0eb8f36fd08a43af9289a7076588c309127b60bc))
16+
* **deps:** bump follow-redirects from 1.15.11 to 1.16.0 ([8cd427c](https://github.com/reload/wsdl-tsclient/commit/8cd427c5be75c77860767fdb454d14720f6d4c28))
17+
* **deps:** bump follow-redirects from 1.15.11 to 1.16.0 ([2bd8c8f](https://github.com/reload/wsdl-tsclient/commit/2bd8c8f0597a798625a41f7db120ed2838912dd0))
18+
* **deps:** bump ts-morph from 27.0.2 to 28.0.0 ([fe658d2](https://github.com/reload/wsdl-tsclient/commit/fe658d2eae4e681c25b046100d58bca42e6425e2))
19+
* **deps:** bump ts-morph from 27.0.2 to 28.0.0 ([1349924](https://github.com/reload/wsdl-tsclient/commit/1349924256d27fb9fe86731124a3253c0c49b9b2))
20+
521
## [1.9.8](https://github.com/reload/wsdl-tsclient/compare/v1.9.7...v1.9.8) (2026-04-12)
622

723

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