Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed May 18, 2023
1 parent 1dbd938 commit 1dedb27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [3.0.0](https://github.com/MetCoder95/fastify-split-validator/compare/v2.0.0...v3.0.0) (2023-05-18)


### ⚠ BREAKING CHANGES

* drop support for Node v14

### Features

* drop support for Node v14 ([1dbd938](https://github.com/MetCoder95/fastify-split-validator/commit/1dbd938b39e0e6bd53e87033fd235b81c8cab925))

## [2.0.0](https://github.com/MetCoder95/fastify-split-validator/compare/v1.0.2...v2.0.0) (2022-10-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-split-validator",
"version": "2.0.0",
"version": "3.0.0",
"description": "Validate each HTTP body message part and Queryparams with different AJV schemas",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1dedb27

Please sign in to comment.