Skip to content

Commit b15fea1

Browse files
committed
chore(release): 4.0.0
1 parent f8aaa65 commit b15fea1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [4.0.0](https://github.com/MetCoder95/fastify-split-validator/compare/v3.0.0...v4.0.0) (2023-12-25)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop support for older Node
11+
12+
### Features
13+
14+
* drop support for older Node ([f8aaa65](https://github.com/MetCoder95/fastify-split-validator/commit/f8aaa658bcd9a4de6a2cae24c9e9ac8008c9a0a8))
15+
516
## [3.0.0](https://github.com/MetCoder95/fastify-split-validator/compare/v2.0.0...v3.0.0) (2023-05-18)
617

718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-split-validator",
3-
"version": "3.0.0",
3+
"version": "4.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)