From 829f779bebd08c9cba08562b38960193aeb46adc Mon Sep 17 00:00:00 2001
From: Chris Sandvik <chris.sandvik@gmail.com>
Date: Thu, 13 Oct 2022 15:09:50 -0400
Subject: [PATCH] 4.3.0

---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 44c4e0b..0775618 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "chakra-react-select",
-  "version": "4.2.6",
+  "version": "4.3.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "chakra-react-select",
-      "version": "4.2.6",
+      "version": "4.3.0",
       "license": "MIT",
       "dependencies": {
         "react-select": "^5.5.0"
diff --git a/package.json b/package.json
index 721e6b2..db7e0cd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "chakra-react-select",
-  "version": "4.2.6",
+  "version": "4.3.0",
   "description": "A Chakra UI wrapper for the popular library React Select",
   "license": "MIT",
   "author": "Chris Sandvik <chris.sandvik@gmail.com>",