Skip to content

Commit 39c1271

Browse files
v1.8.2
1 parent a78dfc9 commit 39c1271

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.1"
2+
".": "1.8.2"
33
}

CHANGELOG.md

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

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

5+
## [1.8.2](https://github.com/reload/wsdl-tsclient/compare/v1.8.1...v1.8.2) (2025-08-24)
6+
7+
8+
### Bug Fixes
9+
10+
* version argument warning ([a78dfc9](https://github.com/reload/wsdl-tsclient/commit/a78dfc947323e4399145256814179a1f557b08f4))
11+
* version argument warning ([27ea826](https://github.com/reload/wsdl-tsclient/commit/27ea82630e76b747c4da5639f3c40335197f985e))
12+
513
## [1.8.1](https://github.com/reload/wsdl-tsclient/compare/v1.8.0...v1.8.1) (2025-08-23)
614

715

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