diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6e0ef..848caf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/Coobaha/typed-fastify/compare/v1.0.1...v1.1.0) (2022-09-12) + + +### Features + +* bump fastify / ts types and better type preHandler ([#61](https://github.com/Coobaha/typed-fastify/issues/61)) ([d7c8dce](https://github.com/Coobaha/typed-fastify/commit/d7c8dce5003f5b1d05819c819060b440c86a6613)) + ## [1.0.1](https://github.com/Coobaha/typed-fastify/compare/v1.0.0...v1.0.1) (2022-08-05) diff --git a/package.json b/package.json index ada84c2..fa3ac20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "1.0.1", + "version": "1.1.0", "bin": { "typed-fastify-schema": "bin/gen.bin.js", "tfs": "bin/gen.bin.js"