diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965c41..ec2d45d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.1" + ".": "4.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f36548..57551d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e7d901f..6aaaa15 100644 --- a/package.json +++ b/package.json @@ -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",