From 271a1a77b3ea0d146110061e676cf46fac159ac5 Mon Sep 17 00:00:00 2001 From: Nirmalya Ghosh Date: Thu, 11 Aug 2022 09:12:44 +0530 Subject: [PATCH] chore: release v2.3.0 --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 189ebbc..8e75eb0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/ghoshnirmalya/react-search-box/compare/v2.2.1...v2.3.0) (2022-08-11) + +### Features + +- add focus navigation and keyboard submission ([9b7da97](https://github.com/ghoshnirmalya/react-search-box/commit/9b7da978ef8440377a0cfe136621440ad1fb45fb)) +- add quick submit ([c7a6a43](https://github.com/ghoshnirmalya/react-search-box/commit/c7a6a434c5cbec748ee962969aa7103abad39207)) + ## [2.2.1](https://github.com/ghoshnirmalya/react-search-box/compare/v2.2.0...v2.2.1) (2022-02-23) ### Bug Fixes diff --git a/package.json b/package.json index ab28985..8dfdfe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-search-box", - "version": "2.2.1", + "version": "2.3.0", "description": "An autocomplete search box for ReactJS", "license": "MIT", "author": "ghoshnirmalya",