From d0af99ea6b8dc40d0c2f4debba985bbf0b32ccbd Mon Sep 17 00:00:00 2001 From: Asa Baylus Date: Fri, 9 Sep 2022 18:54:01 +0000 Subject: [PATCH] Bump version to: 0.21.1 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89380167..d55c916d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-command-palette", - "version": "0.21.0", + "version": "0.21.1", "description": "WAI-ARIA compliant React command palette like the one in Atom", "main": "dist/index.js", "module": "dist/index.es.js",