Skip to content

Commit 1dedb27

Browse files
committed
chore(release): 3.0.0
1 parent 1dbd938 commit 1dedb27

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [3.0.0](https://github.com/MetCoder95/fastify-split-validator/compare/v2.0.0...v3.0.0) (2023-05-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop support for Node v14
11+
12+
### Features
13+
14+
* drop support for Node v14 ([1dbd938](https://github.com/MetCoder95/fastify-split-validator/commit/1dbd938b39e0e6bd53e87033fd235b81c8cab925))
15+
516
## [2.0.0](https://github.com/MetCoder95/fastify-split-validator/compare/v1.0.2...v2.0.0) (2022-10-16)
617

718

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": "2.0.0",
3+
"version": "3.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)