From 0e0d5ad05074700c6059741b1b0acddcffe26aba 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:07:53 +0200 Subject: [PATCH] chore(main): release 2.1.1 (#110) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdc4c7..fc96062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/Coobaha/typed-fastify/compare/v2.1.0...v2.1.1) (2023-11-19) + + +### Bug Fixes + +* allow gen command to accept multiple files ([273d532](https://github.com/Coobaha/typed-fastify/commit/273d532afbad6900264e4d2b362ad590cb3f6e5c)) + ## [2.1.0](https://github.com/Coobaha/typed-fastify/compare/v2.0.1...v2.1.0) (2023-11-19) diff --git a/package.json b/package.json index b09cc48..a9abb46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "2.1.0", + "version": "2.1.1", "bin": { "tfs": "bin/gen.bin.js", "typed-fastify-schema": "bin/gen.bin.js"