Skip to content

Commit 7bb7b9b

Browse files
authored
Merge pull request #38 from reload/release-please--branches--main--components--wsdl-tsclient
v1.8.1
2 parents 0a2ce63 + b082033 commit 7bb7b9b

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-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.0"
2+
".": "1.8.1"
33
}

CHANGELOG.md

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

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

5+
## [1.8.1](https://github.com/reload/wsdl-tsclient/compare/v1.8.0...v1.8.1) (2025-08-23)
6+
7+
8+
### Bug Fixes
9+
10+
* Remove dist folder from version control ([0a2ce63](https://github.com/reload/wsdl-tsclient/commit/0a2ce6358b4269c71f4c8e161e0cf3409ffe0329))
11+
* Remove dist folder from version control ([f5c0e1d](https://github.com/reload/wsdl-tsclient/commit/f5c0e1db2bc2b92ec2dc8f975de9a87e074d0a0f))
12+
13+
14+
### Maintenance
15+
16+
* Add CODEOWNERS ([8ec1f7b](https://github.com/reload/wsdl-tsclient/commit/8ec1f7b0f31d0abc9d17e2ad3579f96e9d0159f8))
17+
* Add CODEOWNERS ([055dfe2](https://github.com/reload/wsdl-tsclient/commit/055dfe20fdbf87f33a479842df73cda74884d864))
18+
* Fix linting issues on tests etc. ([d6afa9f](https://github.com/reload/wsdl-tsclient/commit/d6afa9f1f8412ed7e0938ad978dcfccdf88e6a31))
19+
* Fix linting issues on tests etc. ([e56d254](https://github.com/reload/wsdl-tsclient/commit/e56d2546cad7554c8972eb1648f7a3afbc24498f))
20+
* Fix linting issues on tests etc. ([711f2f7](https://github.com/reload/wsdl-tsclient/commit/711f2f75fefc448eaa1a7cdfa23ded478ca581ff))
21+
* Run eslint on everything except generated code ([d6afa9f](https://github.com/reload/wsdl-tsclient/commit/d6afa9f1f8412ed7e0938ad978dcfccdf88e6a31))
22+
* Run eslint on everything except generated code ([e56d254](https://github.com/reload/wsdl-tsclient/commit/e56d2546cad7554c8972eb1648f7a3afbc24498f))
23+
* Run eslint on everything except generated code ([711f2f7](https://github.com/reload/wsdl-tsclient/commit/711f2f75fefc448eaa1a7cdfa23ded478ca581ff))
24+
525
## [1.8.0](https://github.com/reload/wsdl-tsclient/compare/v1.7.1...v1.8.0) (2025-08-23)
626

727

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