From 76454cacbd635ee18f37de2184b0dfe914d3c81c Mon Sep 17 00:00:00 2001 From: RodrigoTomeES Date: Thu, 20 Jun 2024 23:12:12 +0200 Subject: [PATCH] chore: bump version from 2.0.0-alpha5 to 2.0.0-alpha6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c51ee6..21b7af8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-rename", - "version": "2.0.0-alpha5", + "version": "2.0.0-alpha6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-rename", - "version": "2.0.0-alpha5", + "version": "2.0.0-alpha6", "license": "GPL-3.0+", "dependencies": { "@babel/core": "7.24.7", diff --git a/package.json b/package.json index 76a2243..614155b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "astro-rename", "description": "astro-rename is an Astro integration that brings postcss-rename functionality to your Astro project without the need for configuration.", "type": "module", - "version": "2.0.0-alpha5", + "version": "2.0.0-alpha6", "license": "GPL-3.0+", "author": "Rodrigo Tomé ", "exports": {