Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 12, 2024
1 parent 16ff043 commit d3f440d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.1"
".": "1.7.2"
}
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [1.7.2](https://github.com/dderevjanik/wsdl-tsclient/compare/1.7.1...v1.7.2) (2024-08-12)


### Maintenance

* add release please with provenance ([49dc863](https://github.com/dderevjanik/wsdl-tsclient/commit/49dc86324cd946a07250334292e94f41ba355333))
* update release ([ac61d24](https://github.com/dderevjanik/wsdl-tsclient/commit/ac61d245b4ee9dd076732ea46e89a4d1e1aad5c2))
* update setup-node ([60758af](https://github.com/dderevjanik/wsdl-tsclient/commit/60758af3695ae04c34410c073ba6fdc7e0d858a3))

## [1.7.0] - 2024-07-15

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

- Generator: Use camelcase for generating definitions, filenames and function params
- CLI: Replace `-i` with `WSDL`
- CLI: Replace `-i` with `WSDL`
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wsdl-tsclient",
"version": "1.7.1",
"version": "1.7.2",
"description": "Generate typescript soap client with typescript definitons from WSDL file.",
"main": "dist/src/index.js",
"bin": {
Expand Down

0 comments on commit d3f440d

Please sign in to comment.