Skip to content

Commit a1e2c4a

Browse files
chore: release 4.4.0 (#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00d086a commit a1e2c4a

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.4.0](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.3.0...v4.4.0) (2022-08-27)
7+
8+
9+
### Features
10+
11+
* add `makePubSubConfig` to help with type inference ([#155](https://www.github.com/cobraz/pubsub-http-handler/issues/155)) ([00d086a](https://www.github.com/cobraz/pubsub-http-handler/commit/00d086aeb4483e0300fa42bef5249c04bf81bd4a))
12+
13+
14+
### Bug Fixes
15+
16+
* add `FastifyBaseLogger` to supported loggers in handlePubSubMessage ([cc755b2](https://www.github.com/cobraz/pubsub-http-handler/commit/cc755b296af0116de47ddb1ba8fadf19f16db677))
17+
618
## [4.3.0](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.2.0...v4.3.0) (2022-08-26)
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.3.0",
3+
"version": "4.4.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)