Skip to content

Commit 7d2c263

Browse files
authoredMar 8, 2024
Merge pull request #13 from restfulhead/release
chore: backport versioning
2 parents 868ca4c + 8edbd8f commit 7d2c263

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restfulhead/azure-functions-openapi-validator",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Azure Functions Node.js hooks for validating function invocations against an OpenAPI schema",
55
"keywords": [
66
"azure",

0 commit comments

Comments
 (0)
Please sign in to comment.