Skip to content

Commit f190486

Browse files
authored
Merge pull request #20 from shift/release-please--branches--main--components--wsdl-tsclient
chore(main): release 1.5.0
2 parents 736d8ee + 5fd5cf1 commit f190486

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

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

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

5+
## [1.5.0](https://github.com/shift/wsdl-tsclient/compare/v1.4.0...v1.5.0) (2023-07-19)
6+
7+
8+
### Features
9+
10+
* Allow providing a tsconfig at generation time to control the output code ([b5cf8bb](https://github.com/shift/wsdl-tsclient/commit/b5cf8bbd6f2387ed7eededdab6df9f6a4be549a2))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** Hopefully fixes publishing. ([426d384](https://github.com/shift/wsdl-tsclient/commit/426d3844e0dda4cdd59c581fa3cba427adb059cc))
16+
* **deps:** update dependency soap to v1 ([9916af6](https://github.com/shift/wsdl-tsclient/commit/9916af635561878df2d0a642ffe8523e842934a8))
17+
* **deps:** update dependency ts-morph to v19 ([8b876db](https://github.com/shift/wsdl-tsclient/commit/8b876db0da5c85f543c0378aa07ed5cd3cea0c6d))
18+
* **deps:** update typescript-eslint monorepo to v6 ([8b82e70](https://github.com/shift/wsdl-tsclient/commit/8b82e705817e79a28a04ffad6d9bc22cc8c3d1e7))
19+
* Remove broken test temp. ([d48f4d6](https://github.com/shift/wsdl-tsclient/commit/d48f4d6ed80cb835abf9192547fd3b133a763c1c))
20+
521
## [1.4.0] - 2022-04-27
622

723
- Fix issue with self recursive WSDL types [#39](https://github.com/dderevjanik/wsdl-tsclient/pull/39) by @mtranter
@@ -111,4 +127,4 @@ All notable changes to this project will be documented in this file.
111127
## [0.2.0] - 2021-03-01
112128

113129
- Generator: Use camelcase for generating definitions, filenames and function params
114-
- CLI: Replace `-i` with `WSDL`
130+
- CLI: Replace `-i` with `WSDL`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shift/wsdl-tsclient",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
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)