From 9cb4a30fdbc2d1dc6fa68737ce92ff7297332942 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 11:06:29 +0200 Subject: [PATCH] chore(main): release 2.0.1 (#102) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee065a2..56fd00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/Coobaha/typed-fastify/compare/v2.0.0...v2.0.1) (2023-11-04) + + +### Bug Fixes + +* move std-env to dependencies from devDependencies ([002b12a](https://github.com/Coobaha/typed-fastify/commit/002b12a028c58e33aba285119c07e397a4bace22)) + ## [2.0.0](https://github.com/Coobaha/typed-fastify/compare/v2.0.0...v2.0.0) (2023-11-04) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 7e947b7..29fe4d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "2.0.0", + "version": "2.0.1", "bin": { "tfs": "bin/gen.bin.js", "typed-fastify-schema": "bin/gen.bin.js"