diff --git a/CHANGELOG.md b/CHANGELOG.md index fda1777..9bb3ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/phucvinh57/fastify-template/compare/v1.3.0...v1.4.0) (2023-06-07) + + +### Features + +* **envs:** add validations using `envalid` ([4cfff3e](https://github.com/phucvinh57/fastify-template/commit/4cfff3eeb0b5e77a8d0c8ec460a3164e1a56c158)) + ## [1.3.0](https://github.com/phucvinh57/fastify-template/compare/v1.2.4...v1.3.0) (2023-05-23) diff --git a/package.json b/package.json index 34fbe49..7e26fca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-template", - "version": "1.3.0", + "version": "1.4.0", "license": "ISC", "description": "", "type": "commonjs",