From 42541f9bd8ed4f4fc554d4f5c3af562946f2a538 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 04:19:27 +0000 Subject: [PATCH] chore(master): release 1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",