From ba1fe293ababa72abe42866238382af390f46cf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:54:14 +0000 Subject: [PATCH] chore: release 0.6.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a41f73..b1be812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.6.0](https://www.github.com/Coobaha/typed-fastify/compare/v0.5.0...v0.6.0) (2022-01-04) + + +### ⚠ BREAKING CHANGES + +* empty response type should now be typed as never instead of void + +### Features + +* add typed params inferred from route path ([613ef14](https://www.github.com/Coobaha/typed-fastify/commit/613ef143f0a741be9456057c1a70877678184d2f)) + + +### Bug Fixes + +* bump deps ([51019ff](https://www.github.com/Coobaha/typed-fastify/commit/51019ffc1d57e362f3e07cc48bf3df8d50f0b742)) +* fix code after deps bump ([6440479](https://www.github.com/Coobaha/typed-fastify/commit/64404796f3ba28a407e120e903398dac979d8e64)) + ## [0.5.0](https://www.github.com/Coobaha/typed-fastify/compare/v0.4.0...v0.5.0) (2021-07-30) diff --git a/package.json b/package.json index 53a1650..7faa664 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "0.5.0", + "version": "0.6.0", "bin": { "typed-fastify-schema": "bin/gen.bin.js", "tfs": "bin/gen.bin.js"