From 8c904e0b01dec18d9f454256022e10a75c4a2996 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:54:23 +0200 Subject: [PATCH] chore(main): release 2.1.3 (#128) 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 b612e56..9abe550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.3](https://github.com/Coobaha/typed-fastify/compare/v2.1.2...v2.1.3) (2024-01-01) + + +### Bug Fixes + +* bump deps ([#127](https://github.com/Coobaha/typed-fastify/issues/127)) ([1afea0f](https://github.com/Coobaha/typed-fastify/commit/1afea0f9116e7f436bc1bf5db87be33a3d2a24c7)) + ## [2.1.2](https://github.com/Coobaha/typed-fastify/compare/v2.1.1...v2.1.2) (2023-12-23) diff --git a/package.json b/package.json index 38c57b5..360ddd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "2.1.2", + "version": "2.1.3", "bin": { "tfs": "bin/gen.bin.js", "typed-fastify-schema": "bin/gen.bin.js"