From f2324af2ad093e67557aa1635e19cd1da16fdadf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:26:02 +0200 Subject: [PATCH] chore: release 4.5.0 (#183) 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 d4cec4c..e0119f3 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.5.0](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.4.1...v4.5.0) (2022-09-28) + + +### Features + +* always provide `context` argument ([#178](https://www.github.com/cobraz/pubsub-http-handler/issues/178)) ([3fcb9e5](https://www.github.com/cobraz/pubsub-http-handler/commit/3fcb9e53c543860184841f2c354fbe96718724af)) + ### [4.4.1](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.4.0...v4.4.1) (2022-09-03) diff --git a/package.json b/package.json index a7aad71..5719c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pubsub-http-handler", - "version": "4.4.1", + "version": "4.5.0", "description": "Handle Google PubSub requests with ease", "repository": "github:cobraz/pubsub-http-handler", "license": "Apache-2.0",