From 485d8008981536d6f09ed8d97b37b965a118a9a3 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:14:03 +0000 Subject: [PATCH] chore: release 0.6.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a41f73..4ed65ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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 + +### 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"