Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vmasek committed Apr 11, 2022
1 parent eb76fb2 commit 178d060
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions 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. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [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)


### Bug Fixes

* correct isRequired guard + use named parameters ([25df534](https://github.com/flowup/api-client-generator/commit/25df534cd4d4141588581f9ecc240f3c1f958a41))
* handle property `x-nullable` ([8873d16](https://github.com/flowup/api-client-generator/commit/8873d1605aea473f43d9cdbc36e039634b0547fb))
* use en locale for sorting compare fn ([6f3962c](https://github.com/flowup/api-client-generator/commit/6f3962cbe8c30d741c83bccb2f65d10f6aa9d841))

## [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)

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

0 comments on commit 178d060

Please sign in to comment.