From a77f5b1751e56ea4b610203141a24a44149db10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20=C3=96sterberg?= Date: Fri, 12 Jun 2026 17:09:39 +0200 Subject: [PATCH] Bump version from 2026.6.0 to 2026.6.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 699c4df..68062fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-css", - "version": "2026.6.0", + "version": "2026.6.1", "type": "module", "exports": "./lib/index.js", "publishConfig": { @@ -56,4 +56,4 @@ "lint:fix": "eslint . --fix" }, "main": "./lib/index.js" -} \ No newline at end of file +}