From 3409352b9274e9f5efe41ed716281dd697844ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Strgar?= Date: Tue, 24 Sep 2024 20:52:46 +0200 Subject: [PATCH] fix: version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Žiga Strgar --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 225bf9b..ed9fb02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-bugsnag", - "version": "4.1.0", + "version": "4.0.0", "description": "Fastify plugin for Bugsnag", "main": "./dist/index.js", "module": "./dist/index.mjs",