From 8fa1ff7e5275d879dbc285401694e0bb33ac1e8e Mon Sep 17 00:00:00 2001 From: Dominik Bulaj Date: Sun, 14 Jan 2024 17:32:06 +0100 Subject: [PATCH] 2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98b5470..fcd5a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-into-view", - "version": "2.1.0", + "version": "2.1.1", "description": "Simple React element that when clicked scrolls to any element on page", "type": "module", "main": "./dist/index.mjs",