From 87b9e75e41a1a9814bdd299a6d35f65391b8e22a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:01:58 +0200 Subject: [PATCH] chore(main): release 2.1.0 (#108) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alexander Ryzhikov --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fd00c..2fdc4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/Coobaha/typed-fastify/compare/v2.0.1...v2.1.0) (2023-11-19) + + +### Features + +* Add --watch support ([#107](https://github.com/Coobaha/typed-fastify/issues/107)) ([72f0107](https://github.com/Coobaha/typed-fastify/commit/72f01071d048446cb4ead3958e71feb915ba0632)) + ## [2.0.1](https://github.com/Coobaha/typed-fastify/compare/v2.0.0...v2.0.1) (2023-11-04) diff --git a/package.json b/package.json index c2b456c..b09cc48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "2.0.1", + "version": "2.1.0", "bin": { "tfs": "bin/gen.bin.js", "typed-fastify-schema": "bin/gen.bin.js"