Skip to content

Commit fd2fb53

Browse files
authored
Merge pull request #10 from restfulhead/release
chore: backport versioning
2 parents 1a4d1eb + 380db79 commit fd2fb53

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ajv-openapi-request-response-validator/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v0.1.1 (Fri Mar 08 2024)
2+
3+
#### 🔩 Internal
4+
5+
- fix: initial release [#8](https://github.com/restfulhead/azure-functions-nodejs-openapi-validator/pull/8) ([@restfulhead](https://github.com/restfulhead))
6+
7+
#### Authors: 1
8+
9+
- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead))
10+
11+
---
12+
113
# v0.1.0 (Fri Mar 08 2024)
214

315
#### 🔩 Internal

packages/ajv-openapi-request-response-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restfulhead/ajv-openapi-request-response-validator",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "AJV based implementation to validate http requests and responses against an OpenAPI schema",
55
"keywords": [
66
"azure",

0 commit comments

Comments
 (0)