From a5d7af8b7d4a5c3569fafcebefcc554a402bf88e Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Tue, 10 Oct 2023 11:46:27 +0000 Subject: [PATCH] Bump version to: 4.1.1 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcb1da5..d79f5cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-svelte-with-args", - "version": "4.1.0", + "version": "4.1.1", "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",