From 0f37531cf1d29a0d0a21fa42ca43044e1b61044b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 11:49:15 +0200 Subject: [PATCH] chore: release 5.1.0 (#273) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1ae0f..255ab00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.0](https://www.github.com/simenandre/pubsub-http-handler/compare/v5.0.0...v5.1.0) (2023-05-08) + + +### Features + +* upgrade @fastify/type-provider-typebox ([#267](https://www.github.com/simenandre/pubsub-http-handler/issues/267)) ([a9f09c1](https://www.github.com/simenandre/pubsub-http-handler/commit/a9f09c139b1030ca25050b4b3fac13afe95fcf98)) + ## [5.0.0](https://www.github.com/simenandre/pubsub-http-handler/compare/v4.6.0...v5.0.0) (2023-04-22) diff --git a/package.json b/package.json index 3398ee6..68e4b46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pubsub-http-handler", - "version": "5.0.0", + "version": "5.1.0", "description": "Handle Google PubSub requests with ease", "keywords": [ "google",