From 32c224cf04834c80eab694c14658dda271ea9e19 Mon Sep 17 00:00:00 2001 From: Dan Bovey Date: Wed, 13 Apr 2022 09:49:44 +0100 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b22fdf..fc1e0d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-infinite-scroller", - "version": "1.2.5", + "version": "1.2.6", "description": "Infinite scroll component for React in ES6", "main": "index.js", "jsnext:main": "src/InfiniteScroll.js",