diff --git a/package-lock.json b/package-lock.json index 39c2ae2..83ada68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redux-thunk-testing", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d2b21b..a4dd304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-thunk-testing", - "version": "2.1.1", + "version": "2.2.0", "description": "Test utility and Snapshot testing for complex and nested redux-thunks", "main": "./index.js", "scripts": {