From 7b98a3b7b831593a5d5618edb16316856a245d6d Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Sun, 2 Jun 2024 10:19:53 +0200 Subject: [PATCH] chore(release): 0.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1fa7646..58d5cc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rlanz/sentry", "description": "A wrapper around the Sentry SDK to make it easier to use in a AdonisJS application", - "version": "0.0.4", + "version": "0.0.5", "engines": { "node": ">= 20.11.0" }, @@ -72,4 +72,4 @@ "web": true } } -} \ No newline at end of file +}