From c09873dba0cd9cef9dc46a6cbdbaab96c6725b94 Mon Sep 17 00:00:00 2001 From: Supasate Choochaisri Date: Mon, 22 Feb 2021 12:03:19 -0500 Subject: [PATCH] Bump version to 6.9.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c0c08f3e..c6c2c286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connected-react-router", - "version": "6.9.0", + "version": "6.9.1", "description": "A Redux binding for React Router v4 and v5", "main": "lib/index.js", "module": "esm/index.js", @@ -89,4 +89,4 @@ "bugs": { "url": "https://github.com/supasate/connected-react-router/issues" } -} \ No newline at end of file +}