From f54a7ae1bb91a9902f4009ae42e48bf5d873333b Mon Sep 17 00:00:00 2001 From: Vadim Rogov <54108395+vdmrgv@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:56:36 +0300 Subject: [PATCH] v2.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c557e16..5dafb2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-easy-infinite-scroll-hook", - "version": "2.1.3", + "version": "2.1.4", "license": "MIT", "description": "A react hook for creating simple, fast and lightweight components with infinite scrolling in any direction, supporting both windowed and scrollable elements.", "author": "Vadim Rogov ",