From 6064161927f8929d8540a20f20a409621522d806 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 8 Mar 2024 01:47:42 +0000 Subject: [PATCH 1/2] Update CHANGELOG.md [skip ci] --- packages/azure-functions-openapi-validator/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/azure-functions-openapi-validator/CHANGELOG.md diff --git a/packages/azure-functions-openapi-validator/CHANGELOG.md b/packages/azure-functions-openapi-validator/CHANGELOG.md new file mode 100644 index 0000000..2c093d1 --- /dev/null +++ b/packages/azure-functions-openapi-validator/CHANGELOG.md @@ -0,0 +1,9 @@ +# v0.2.0 (Fri Mar 08 2024) + +#### 🚀 Enhancement + +- chore: initial validator release [#11](https://github.com/restfulhead/azure-functions-nodejs-openapi-validator/pull/11) ([@restfulhead](https://github.com/restfulhead)) + +#### Authors: 1 + +- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)) From 8edbd8f683c75dd8690f3083bf1e5a415fb93863 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 8 Mar 2024 01:47:49 +0000 Subject: [PATCH 2/2] chore: bump release version to 0.1.0 [skip ci] --- packages/azure-functions-openapi-validator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/azure-functions-openapi-validator/package.json b/packages/azure-functions-openapi-validator/package.json index 62a1c39..afd1129 100644 --- a/packages/azure-functions-openapi-validator/package.json +++ b/packages/azure-functions-openapi-validator/package.json @@ -1,6 +1,6 @@ { "name": "@restfulhead/azure-functions-openapi-validator", - "version": "0.0.0", + "version": "0.1.0", "description": "Azure Functions Node.js hooks for validating function invocations against an OpenAPI schema", "keywords": [ "azure",