From 4a5458ce2ae746646ddaab0df0dcd81441aa1f26 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Tue, 10 Dec 2024 02:38:11 +0000 Subject: [PATCH] chore(release): v0.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52dc548..0e7eded 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@epic-web/app-launcher", - "version": "0.1.1", + "version": "0.2.0", "description": "Utility for launching your applications on a per-test basis.", "main": "./build/index.js", "types": "./build/index.d.ts", @@ -38,4 +38,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file