diff --git a/CHANGELOG.md b/CHANGELOG.md index 7091d1f..a71bf59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 03605bf..d9617de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-openapi-gen", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ng-openapi-gen", - "version": "0.0.4", + "version": "0.0.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6311635..a0cefc2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/ng-openapi-gen/package.json b/packages/ng-openapi-gen/package.json index c529dec..def97bd 100644 --- a/packages/ng-openapi-gen/package.json +++ b/packages/ng-openapi-gen/package.json @@ -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",