We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 868ca4c + 8edbd8f commit 7d2c263Copy full SHA for 7d2c263
packages/azure-functions-openapi-validator/CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# v0.2.0 (Fri Mar 08 2024)
2
+
3
+#### 🚀 Enhancement
4
5
+- chore: initial validator release [#11](https://github.com/restfulhead/azure-functions-nodejs-openapi-validator/pull/11) ([@restfulhead](https://github.com/restfulhead))
6
7
+#### Authors: 1
8
9
+- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead))
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",
0 commit comments