Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-muffin committed Feb 26, 2023
1 parent 7dcb6fe commit 4d3d573
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.6](https://github.com/public-js/ng-openapi-gen/compare/0.0.5...0.0.6) (2023-02-26)


### Features

* add bigint config parameter ([4dfe048](https://github.com/public-js/ng-openapi-gen/commit/4dfe04897499738fe0d303cb4ce643aa8335d582))

### [0.0.5](https://github.com/public-js/ng-openapi-gen/compare/0.0.4...0.0.5) (2022-11-04)


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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"description": "An OpenAPI 3 code generator for Angular",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "~9.0.0",
Expand Down

0 comments on commit 4d3d573

Please sign in to comment.