Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Dec 15, 2021
1 parent 9ef2635 commit 94e07c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@

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.

## 1.0.0 (2021-12-15)


### ⚠ BREAKING CHANGES

* v1 (#1)

### Features

* v1 ([#1](https://github.com/MetCoder95/fastify-split-validator/issues/1)) ([570e631](https://github.com/MetCoder95/fastify-split-validator/commit/570e6317c6a0f1046d049c343988b700e0594571))


### Bug Fixes

* name ([214945e](https://github.com/MetCoder95/fastify-split-validator/commit/214945ea16e77faecb03ee99426231211a71c038))
* remote leftover ([89adbf9](https://github.com/MetCoder95/fastify-split-validator/commit/89adbf973c3989e91d158f6aec8331dd79958f33))

## 1.0.0-rc.0 (2021-12-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-split-validator",
"version": "1.0.0-rc.0",
"version": "1.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 94e07c3

Please sign in to comment.