Skip to content

Commit 9329559

Browse files
authored
bump: package version to 2.0.0 (#87)
* docs: update CHANGELOG; bump: up project version to 2.0.0
1 parent 326e0dc commit 9329559

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# next release
1+
# 2.0.0
22

33
Features:
44
- `--js` CLI option. [[feature request]](https://github.com/acacode/swagger-typescript-api/issues/79)
@@ -18,6 +18,9 @@ BREAKING_CHANGES:
1818
```
1919
- Breaking changes in the `client.mustache` template. Needs to update local custom templates.
2020

21+
Fixes:
22+
- Security configuration in methods. When the security definition is in the main configuration of the swagger definition
23+
2124

2225
# 1.12.0
2326

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "swagger-typescript-api",
3-
"version": "1.12.0",
3+
"version": "2.0.0",
44
"description": "Create typescript api module from swagger schema",
55
"scripts": {
66
"cli:json": "node index.js -r -d -p ./swagger-test-cli.json -n swagger-test-cli.ts",

0 commit comments

Comments
 (0)