Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigaStrgar committed Sep 26, 2024
1 parent 9872e3f commit 32dae21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.1.3"
".": "5.0.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.0](https://github.com/ZigaStrgar/fastify-bugsnag/compare/v4.1.3...v5.0.0) (2024-09-26)


### Features

* Fastify 5 support ([#138](https://github.com/ZigaStrgar/fastify-bugsnag/issues/138)) ([9872e3f](https://github.com/ZigaStrgar/fastify-bugsnag/commit/9872e3f2f94be82d730e333c2d44ff203322ad32))

## [4.1.3](https://github.com/ZigaStrgar/fastify-bugsnag/compare/v4.1.2...v4.1.3) (2024-09-24)


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": "fastify-bugsnag",
"version": "4.1.3",
"version": "5.0.0",
"description": "Fastify plugin for Bugsnag",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 32dae21

Please sign in to comment.