From 210f8e7287f4afa45e431a12c783a0fdda34949d Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Mon, 3 Jul 2023 09:58:58 +0000 Subject: [PATCH] Bump version to: 4.0.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be91935..f200122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-svelte-with-args", - "version": "3.2.0", + "version": "4.0.0", "description": "A small CLI wrapper around the create-svelte package that enables you to replace the interactive prompts with CLI arguments.", "bin": "dist/bin.js", "repository": "git@github.com:storybookjs/create-svelte-with-args.git",