From 27fc1e08ca66993720996f9edd7bae9efd91340b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 15:18:48 +0200 Subject: [PATCH] chore: release 4.4.1 (#166) 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 8182fca..d4cec4c 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. +### [4.4.1](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.4.0...v4.4.1) (2022-09-03) + + +### Bug Fixes + +* parsing not working on fastify-plugin ([194aced](https://www.github.com/cobraz/pubsub-http-handler/commit/194aceda0e3a298d36173ed16ed3565efe269bec)) + ## [4.4.0](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.3.0...v4.4.0) (2022-08-27) diff --git a/package.json b/package.json index db5b651..a7aad71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pubsub-http-handler", - "version": "4.4.0", + "version": "4.4.1", "description": "Handle Google PubSub requests with ease", "repository": "github:cobraz/pubsub-http-handler", "license": "Apache-2.0",