From 73bcd8f179951e93286148ee8a30336bd9d679a9 Mon Sep 17 00:00:00 2001 From: Blue Muffin <69810118+blue-muffin@users.noreply.github.com> Date: Wed, 22 Jun 2022 13:47:33 +0000 Subject: [PATCH] chore: release v0.0.3 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/ng-openapi-gen/package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fcdcc..f3fa039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 983eb0a..e505122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ng-openapi-gen", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ng-openapi-gen", - "version": "0.0.2", + "version": "0.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2758ac8..216f49e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/ng-openapi-gen/package.json b/packages/ng-openapi-gen/package.json index 29a8f4d..cc76fb5 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.2", + "version": "0.0.3", "description": "An OpenAPI 3 code generator for Angular", "dependencies": { "@apidevtools/json-schema-ref-parser": "~9.0.0",