From 06311b937e756f661dea1afbd63d38b0fb91b3fc Mon Sep 17 00:00:00 2001 From: Kir Belevich Date: Mon, 9 Oct 2017 13:36:36 +0200 Subject: [PATCH] :sparkles: debounce-handler: v0.3.0 --- packages/debounce-handler/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/debounce-handler/package.json b/packages/debounce-handler/package.json index de29f84..211e2cb 100644 --- a/packages/debounce-handler/package.json +++ b/packages/debounce-handler/package.json @@ -1,9 +1,10 @@ { "name": "@hocs/debounce-handler", - "version": "0.2.1", - "description": "Debounce handler HOC for React", + "version": "0.3.0", + "description": "Debounce handler HOC for React and React Native", "keywords": [ "react", + "react-native", "hoc", "recompose", "debounce"