diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6a82b..8bba5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 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)) ([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"