Skip to content

Commit

Permalink
version: bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plwai committed Sep 23, 2020
1 parent 0425192 commit 43a746d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ where `actionsBlacklist` is an array of strings.
For example:

```javascript
const actionsBlackList = ['EVENTS/', 'LOCAL/setClock'];
const reduxDebugger = createDebugger({ actionsBlackList });
const actionsBlacklist = ['EVENTS/', 'LOCAL/setClock'];
const reduxDebugger = createDebugger({ actionsBlacklist });
```

This will exclude any actions that contain the substrings in the blacklist. So an action with type
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-flipper",
"version": "1.3.2",
"version": "1.4.0",
"description": "Redux middleware for flipper",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 43a746d

Please sign in to comment.