From 6c29756358baf19c1e4714615fe607ceec711159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ole=C5=9B?= Date: Wed, 24 Feb 2021 22:15:40 +0000 Subject: [PATCH] Bump version to: 0.3.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f6a213..eb5c3fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karton", - "version": "0.2.1", + "version": "0.3.0", "description": "Create sandbox for package e2e tests", "main": "lib/index.js", "types": "lib/index.d.ts",