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)) 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",