Skip to content

Commit

Permalink
chore: release 4.6.0 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 31, 2022
1 parent 6c6d785 commit 6db7c30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.6.0](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.5.1...v4.6.0) (2022-12-31)


### Features

* 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))


### Bug Fixes

* 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))

### [4.5.1](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.5.0...v4.5.1) (2022-09-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pubsub-http-handler",
"version": "4.5.1",
"version": "4.6.0",
"description": "Handle Google PubSub requests with ease",
"repository": "github:cobraz/pubsub-http-handler",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6db7c30

Please sign in to comment.