Skip to content

Commit 94e07c3

Browse files
committed
chore(release): 1.0.0
1 parent 9ef2635 commit 94e07c3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.0 (2021-12-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* v1 (#1)
11+
12+
### Features
13+
14+
* v1 ([#1](https://github.com/MetCoder95/fastify-split-validator/issues/1)) ([570e631](https://github.com/MetCoder95/fastify-split-validator/commit/570e6317c6a0f1046d049c343988b700e0594571))
15+
16+
17+
### Bug Fixes
18+
19+
* name ([214945e](https://github.com/MetCoder95/fastify-split-validator/commit/214945ea16e77faecb03ee99426231211a71c038))
20+
* remote leftover ([89adbf9](https://github.com/MetCoder95/fastify-split-validator/commit/89adbf973c3989e91d158f6aec8331dd79958f33))
21+
522
## 1.0.0-rc.0 (2021-12-14)
623

724

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