From b47eae166370593d22f359de5e408f3c4717111f Mon Sep 17 00:00:00 2001 From: BenAAndrew Date: Thu, 28 Nov 2024 23:03:58 +0100 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e443ba3..3a613ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-multitag", "description": "A simple and lightweight tag list input component with keyboard navigation", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "license": "MIT", "main": "dist/index.js",