Skip to content

Commit 178d060

Browse files
committed
chore(release): 5.0.0-beta.6
1 parent eb76fb2 commit 178d060

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0-beta.6](https://github.com/flowup/api-client-generator/compare/5.0.0-beta.5...5.0.0-beta.6) (2022-04-11)
6+
7+
8+
### Bug Fixes
9+
10+
* correct isRequired guard + use named parameters ([25df534](https://github.com/flowup/api-client-generator/commit/25df534cd4d4141588581f9ecc240f3c1f958a41))
11+
* handle property `x-nullable` ([8873d16](https://github.com/flowup/api-client-generator/commit/8873d1605aea473f43d9cdbc36e039634b0547fb))
12+
* use en locale for sorting compare fn ([6f3962c](https://github.com/flowup/api-client-generator/commit/6f3962cbe8c30d741c83bccb2f65d10f6aa9d841))
13+
514
## [5.0.0-beta.5](https://github.com/flowup/api-client-generator/compare/5.0.0-beta.4...5.0.0-beta.5) (2021-02-02)
615

716
## [5.0.0-beta.4](https://github.com/flowup/api-client-generator/compare/5.0.0-beta.3...5.0.0-beta.4) (2020-12-30)

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": "api-client-generator",
3-
"version": "5.0.0-beta.5",
3+
"version": "5.0.0-beta.6",
44
"description": "Angular REST API client generator from Swagger YAML or JSON file with camel case settings",
55
"homepage": "https://github.com/flowup/api-client-generator/blob/master/README.md",
66
"main": "./dist/main.js",

0 commit comments

Comments
 (0)