diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebe7c4..dcec1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 6b70434..e5a4d1b 100644 --- a/package.json +++ b/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",