Skip to content

Commit b8fd04b

Browse files
v1.7.2
1 parent 16ff043 commit b8fd04b

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.github/.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [1.7.2](https://github.com/dderevjanik/wsdl-tsclient/compare/1.7.1...v1.7.2) (2024-09-06)
6+
7+
8+
### Maintenance
9+
10+
* add release please with provenance ([49dc863](https://github.com/dderevjanik/wsdl-tsclient/commit/49dc86324cd946a07250334292e94f41ba355333))
11+
* update release ([ac61d24](https://github.com/dderevjanik/wsdl-tsclient/commit/ac61d245b4ee9dd076732ea46e89a4d1e1aad5c2))
12+
* update setup-node ([60758af](https://github.com/dderevjanik/wsdl-tsclient/commit/60758af3695ae04c34410c073ba6fdc7e0d858a3))
13+
514
## [1.7.0] - 2024-07-15
615

716
- [feat(cli): add option for modelPropertyNaming](https://github.com/dderevjanik/wsdl-tsclient/commit/8670d29a8f98815a74d442595b7d7d3ebdb5388c) `--modelPropertyNaming=`
@@ -132,4 +141,4 @@ All notable changes to this project will be documented in this file.
132141
## [0.2.0] - 2021-03-01
133142

134143
- Generator: Use camelcase for generating definitions, filenames and function params
135-
- CLI: Replace `-i` with `WSDL`
144+
- CLI: Replace `-i` with `WSDL`

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

0 commit comments

Comments
 (0)