Skip to content

Commit b3425f2

Browse files
chore: release 5.0.0 (#250)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25da846 commit b3425f2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
## [5.0.0](https://www.github.com/simenandre/pubsub-http-handler/compare/v4.6.0...v5.0.0) (2023-04-22)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* Remove createPubSubServer (#255)
12+
* use `@sinclair/typebox` via `@fastify/type-provider-typebox` (#247)
13+
14+
### Bug Fixes
15+
16+
* use `@sinclair/typebox` via `@fastify/type-provider-typebox` ([#247](https://www.github.com/simenandre/pubsub-http-handler/issues/247)) ([180dfe7](https://www.github.com/simenandre/pubsub-http-handler/commit/180dfe71ebf4f0576d5f48c2124b0daa7c44c140))
17+
18+
19+
### Code Refactoring
20+
21+
* Remove createPubSubServer ([#255](https://www.github.com/simenandre/pubsub-http-handler/issues/255)) ([25da846](https://www.github.com/simenandre/pubsub-http-handler/commit/25da8466d000661bb8fc712ef4033cd53fdcfab2))
22+
623
## [4.6.0](https://www.github.com/cobraz/pubsub-http-handler/compare/v4.5.1...v4.6.0) (2022-12-31)
724

825

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.6.0",
3+
"version": "5.0.0",
44
"description": "Handle Google PubSub requests with ease",
55
"keywords": [
66
"google",

0 commit comments

Comments
 (0)