From f0925716af26260c7b59ee38909a54b417186c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Correa=20Casablanca?= Date: Fri, 15 Mar 2024 18:44:13 +0100 Subject: [PATCH] chore: bump package version Signed-off-by: Andres Correa Casablanca --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5392f4..d78c545 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kindspells/astro-shield", - "version": "1.0.1", + "version": "1.1.0", "description": "An Astro plugin to compute and inject SRI hashes for script and style tags", "private": false, "type": "module",