From 495ffa25d136b7604e5b2abd28fdeb8db62fc6ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:48:33 +0300 Subject: [PATCH] chore(main): release 3.0.0 (#192) * chore(main): release 3.0.0 (#191) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore(main): release 3.0.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6a82b..ba2d88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [3.0.0](https://github.com/Coobaha/typed-fastify/compare/v2.3.0...v3.0.0) (2024-10-18) + + +### ⚠ BREAKING CHANGES + +* Bump deps and fastify to v5 ([#190](https://github.com/Coobaha/typed-fastify/issues/190)) + +### Features + +* Bump deps and fastify to v5 ([#190](https://github.com/Coobaha/typed-fastify/issues/190)) ([c70bec9](https://github.com/Coobaha/typed-fastify/commit/c70bec9548ec8bd99f338ff1dd9abb98a12bdee8)) + +## [3.0.0](https://github.com/Coobaha/typed-fastify/compare/v2.3.0...v3.0.0) (2024-10-18) + + +### ⚠ BREAKING CHANGES + +* Bump deps and fastify to v5 ([#190](https://github.com/Coobaha/typed-fastify/issues/190)) + +### Features + +* Bump deps and fastify to v5 ([#190](https://github.com/Coobaha/typed-fastify/issues/190)) ([1989eec](https://github.com/Coobaha/typed-fastify/commit/1989eec4d5e6a726deb72c2fcef673de17ba6ad5)) + ## [2.3.0](https://github.com/Coobaha/typed-fastify/compare/v2.2.0...v2.3.0) (2024-04-01) diff --git a/package.json b/package.json index 7501985..1b0aff8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "2.3.0", + "version": "3.0.0", "bin": { "tfs": "bin/gen.bin.js", "typed-fastify-schema": "bin/gen.bin.js"