From 32dae21cf26699a087a46c1cf0ceec3770d79ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Strgar?= Date: Thu, 26 Sep 2024 21:28:25 +0200 Subject: [PATCH] chore(main): release 5.0.0 (#139) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e4eff8..32dbe0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.3" + ".": "5.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 334e540..7a3b04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ee3c13e..c233cc0 100644 --- a/package.json +++ b/package.json @@ -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",