From 08baf1a16d3ba33791324f13317d61fa83318222 Mon Sep 17 00:00:00 2001 From: Asa Baylus Date: Thu, 1 Dec 2022 20:11:45 +0000 Subject: [PATCH] Bump version to: 0.22.1 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a6161a2..0c82896b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-command-palette", - "version": "0.22.0", + "version": "0.22.1", "description": "WAI-ARIA compliant React command palette like the one in Atom", "main": "dist/index.js", "module": "dist/index.es.js",