From 6bfdf2cfdaba2f629c18a0418f9c9449a54841fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 13:46:38 +0000 Subject: [PATCH] chore: release 0.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8079c..cf46d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://www.github.com/Coobaha/typed-fastify/compare/v0.2.1...v0.3.0) (2021-02-24) + + +### Features + +* treat redirect as reply ([519e6ca](https://www.github.com/Coobaha/typed-fastify/commit/519e6cad45ba780c78f6c0938f75b032b6bf2da1)) + ### [0.2.1](https://www.github.com/Coobaha/typed-fastify/compare/v0.2.0...v0.2.1) (2021-02-24) diff --git a/package.json b/package.json index 87693d4..932170d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coobaha/typed-fastify", "description": "opinionated types for fastify", - "version": "0.2.1", + "version": "0.3.0", "bin": { "typed-fastify-schema": "bin/gen.bin.js", "tfs": "bin/gen.bin.js"