Skip to content

Commit 8eb49c1

Browse files
committed
chore(release): 1.0.3
1 parent 13e5517 commit 8eb49c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.3](https://github.com/MetCoder95/fastify-split-validator/compare/v1.0.2...v1.0.3) (2022-10-16)
6+
7+
8+
### Bug Fixes
9+
10+
* fix for automatic HEAD routes ([#2](https://github.com/MetCoder95/fastify-split-validator/issues/2)) ([4d23437](https://github.com/MetCoder95/fastify-split-validator/commit/4d2343760996d9ecaacd77833d1ab1f546cac02b))
11+
512
### [1.0.2](https://github.com/MetCoder95/fastify-split-validator/compare/v1.0.1...v1.0.2) (2021-12-21)
613

714

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-split-validator",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Validate each HTTP body message part and Queryparams with different AJV schemas",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)