From bc7fd016e08d66859ab87e03ca60b5ed45e1bb76 Mon Sep 17 00:00:00 2001 From: Zalmoxisus Date: Sat, 6 Feb 2016 12:48:54 +0200 Subject: [PATCH] v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b43d94..a3be859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-devtools-filter-actions", - "version": "1.0.1", + "version": "1.1.0", "description": "A composable monitor for Redux DevTools with the ability to filter actions.", "main": "lib/index.js", "files": ["lib"],