Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-muffin committed Jun 22, 2022
1 parent bf6339a commit 73bcd8f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

### [0.0.3](https://github.com/public-js/ng-openapi-gen/compare/0.0.2...0.0.3) (2022-06-22)


### Features

* custom validation (test version) ([f768805](https://github.com/public-js/ng-openapi-gen/commit/f7688059a76a1696b162b9c7ab89794183ef29b7))
* runtime hooks ([3c98682](https://github.com/public-js/ng-openapi-gen/commit/3c9868283427b4e0048d0d5edd77fcbf9d755cf7))


### Bug Fixes

* append comma for each enum value ([885658d](https://github.com/public-js/ng-openapi-gen/commit/885658d90f3b6905cb78478988e701067b68059d))
* handlebars helpers import ([6d8d69d](https://github.com/public-js/ng-openapi-gen/commit/6d8d69ddf25e6a50944f77102da9f4700ab7e49f))

### [0.0.2](https://github.com/public-js/ng-openapi-gen/compare/0.0.1...0.0.2) (2022-05-11)


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": "ng-openapi-gen",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"scripts": {
"ps-test:quick": "nx build ng-openapi-gen && nx pseudo-test ng-openapi-gen",
Expand Down
2 changes: 1 addition & 1 deletion packages/ng-openapi-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-js/ng-openapi-gen",
"version": "0.0.2",
"version": "0.0.3",
"description": "An OpenAPI 3 code generator for Angular",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "~9.0.0",
Expand Down

0 comments on commit 73bcd8f

Please sign in to comment.