From 92c18ed67bc9bd91bf32b7a1a112b264af2f3c34 Mon Sep 17 00:00:00 2001 From: Dmitriy Yastrebov Date: Thu, 8 Feb 2024 20:04:55 +0000 Subject: [PATCH] Bump version to: 1.0.5 [skip ci] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 953151a..58f1ffc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-addon-multiselect", - "version": "1.0.4", + "version": "1.0.5", "description": "Tool to select multiple options", "keywords": [ "storybook-addons", @@ -116,4 +116,4 @@ "resolutions": { "jackspeak": "2.1.1" } -} \ No newline at end of file +}