From 28204c003a9f6e3aeb99c2ec8f0af7aa9bb8aceb Mon Sep 17 00:00:00 2001 From: RodrigoTomeES Date: Thu, 21 Mar 2024 18:22:58 +0100 Subject: [PATCH] chore: bump package version to 2.0.0-alpha1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a59e14b..662f93e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "astro-rename is an Astro integration that brings postcss-rename functionality to your Astro project without the need for configuration.", "packageManager": "yarn@4.0.1", "type": "module", - "version": "1.1.2", + "version": "2.0.0-alpha1", "license": "GPL-3.0+", "author": "Rodrigo Tomé ", "main": "./dist/index.js",