From 0d6f7e877c2833c411a999350099fe9f158355f7 Mon Sep 17 00:00:00 2001 From: Toni <2703233+toniengelhardt@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:01:44 +0100 Subject: [PATCH] chore: release v1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 180668f..f0f09c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webapicheck", "type": "module", - "version": "1.4.3", + "version": "1.5.0", "packageManager": "pnpm@8.15.3", "scripts": { "dev": "nuxt dev --host --no-qr",