Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ZigaStrgar/fastify-bugsnag
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigaStrgar committed Sep 24, 2024
2 parents b51490e + 4acac26 commit af96230
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.1"
".": "4.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* missing job id ([e4ccece](https://github.com/ZigaStrgar/fastify-bugsnag/commit/e4ccece193620a9e8f038d8ad930b6b3810574ff))

## [4.1.1](https://github.com/ZigaStrgar/fastify-bugsnag/compare/v4.1.0...v4.1.1) (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.1",
"version": "4.1.2",
"description": "Fastify plugin for Bugsnag",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit af96230

Please sign in to comment.