From 6efa35c7811a32f5171432e75121136647901455 Mon Sep 17 00:00:00 2001 From: Steve Dodier-Lazaro Date: Sat, 26 Aug 2023 10:14:10 +0200 Subject: [PATCH] chore: Release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04f0efb..742ea76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-sfcmod", - "version": "0.2.0", + "version": "0.3.0", "description": "Vue 3 SFC codemod framework", "type": "module", "bin": "./dist/bin/vue-sfcmod.js",