Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-muffin committed Nov 4, 2022
1 parent 09f9468 commit a97aea6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.5](https://github.com/public-js/ng-openapi-gen/compare/0.0.4...0.0.5) (2022-11-04)


### Features

* bigint support ([09f9468](https://github.com/public-js/ng-openapi-gen/commit/09f9468867a3d62814c6cde7bcded5348c23a328))
* bigint support ([73117b8](https://github.com/public-js/ng-openapi-gen/commit/73117b86cb151ee0cb99bcc0b85be843d441265b))

### [0.0.4](https://github.com/public-js/ng-openapi-gen/compare/0.0.3...0.0.4) (2022-07-21)


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

0 comments on commit a97aea6

Please sign in to comment.