diff --git a/CHANGELOG.md b/CHANGELOG.md index 3976c7b..03f1339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/Coobaha/typed-fastify/compare/v1.1.4...v1.2.0) (2023-09-16) + + +### Features + +* add request.routeOptions support ([#82](https://github.com/Coobaha/typed-fastify/issues/82)) ([1a49a6c](https://github.com/Coobaha/typed-fastify/commit/1a49a6cdf02e1afb4dff037286eecdd9b24257ad)) + ## [1.1.4](https://github.com/Coobaha/typed-fastify/compare/v1.1.3...v1.1.4) (2023-08-21) diff --git a/package.json b/package.json index 57532c8..60b636c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "1.1.4", + "version": "1.2.0", "bin": { "tfs": "bin/gen.bin.js", "typed-fastify-schema": "bin/gen.bin.js"