Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/azure-functions-openapi-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/azure-functions-openapi-validator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down