Skip to content

Commit 6db7c30

Browse files
chore: release 4.6.0 (#211)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c6d785 commit 6db7c30

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.0](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.5.1...v4.6.0) (2022-12-31)
7+
8+
9+
### Features
10+
11+
* Replaced type usage ([#196](https://www.github.com/cobraz/pubsub-http-handler/issues/196)) ([4612555](https://www.github.com/cobraz/pubsub-http-handler/commit/46125551c87a5b31bfe2b42126581b28c07f4079))
12+
13+
14+
### Bug Fixes
15+
16+
* Use handler return value as status in cloud functions ([#201](https://www.github.com/cobraz/pubsub-http-handler/issues/201)) ([2334327](https://www.github.com/cobraz/pubsub-http-handler/commit/23343276582a01252b13a3546e570e2cf55bddaa))
17+
618
### [4.5.1](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.5.0...v4.5.1) (2022-09-28)
719

820

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubsub-http-handler",
3-
"version": "4.5.1",
3+
"version": "4.6.0",
44
"description": "Handle Google PubSub requests with ease",
55
"repository": "github:cobraz/pubsub-http-handler",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)