diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 884c29a..ccf76ba 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c551498..c397b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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=` @@ -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` \ No newline at end of file +- CLI: Replace `-i` with `WSDL` diff --git a/package-lock.json b/package-lock.json index 9d254f7..a4beefc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wsdl-tsclient", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wsdl-tsclient", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "dependencies": { "camelcase": "^6.3.0", diff --git a/package.json b/package.json index a7cb1cd..d8b6157 100644 --- a/package.json +++ b/package.json @@ -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": {