Skip to content

Commit 089e953

Browse files
committed
chore(release): 2.0.0
1 parent 2f58d27 commit 089e953

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [2.0.0](https://github.com/MetCoder95/fastify-split-validator/compare/v1.0.2...v2.0.0) (2022-10-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* v2 (#3)
11+
12+
### Features
13+
14+
* v2 ([#3](https://github.com/MetCoder95/fastify-split-validator/issues/3)) ([10bf649](https://github.com/MetCoder95/fastify-split-validator/commit/10bf64987730eca37de6d0eb8ff50d6eae9335ec))
15+
16+
17+
### Bug Fixes
18+
19+
* fix for automatic HEAD routes ([#2](https://github.com/MetCoder95/fastify-split-validator/issues/2)) ([eb14b76](https://github.com/MetCoder95/fastify-split-validator/commit/eb14b76d766f17ea955251b858c2ab2aa35a977b))
20+
521
### [1.0.2](https://github.com/MetCoder95/fastify-split-validator/compare/v1.0.1...v1.0.2) (2021-12-21)
622

723

package.json

Lines changed: 1 addition & 1 deletion
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": "2.0.0",
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)