From 8b2c2ef2a7562c6e8e6a33b2f7d110e775ae6556 Mon Sep 17 00:00:00 2001 From: davidnguyen179 Date: Wed, 25 Dec 2019 18:40:58 +0900 Subject: [PATCH] 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c15cf7..2c5e4c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-is-in-viewport", - "version": "1.1.1", + "version": "1.2.0", "description": "Component allows to check whether the component is in the viewport", "main": "dist/index.js", "typings": "dist/index.d.ts",