Skip to content

Commit

Permalink
chore: release 5.0.0 (#250)
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] committed Apr 24, 2023
1 parent 25da846 commit b3425f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0](https://www.github.com/simenandre/pubsub-http-handler/compare/v4.6.0...v5.0.0) (2023-04-22)


### ⚠ BREAKING CHANGES

* Remove createPubSubServer (#255)
* use `@sinclair/typebox` via `@fastify/type-provider-typebox` (#247)

### Bug Fixes

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


### Code Refactoring

* Remove createPubSubServer ([#255](https://www.github.com/simenandre/pubsub-http-handler/issues/255)) ([25da846](https://www.github.com/simenandre/pubsub-http-handler/commit/25da8466d000661bb8fc712ef4033cd53fdcfab2))

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


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.6.0",
"version": "5.0.0",
"description": "Handle Google PubSub requests with ease",
"keywords": [
"google",
Expand Down

0 comments on commit b3425f2

Please sign in to comment.