diff --git a/LIBSIZE.md b/LIBSIZE.md index eb7e9c6fb..1f302ff63 100644 --- a/LIBSIZE.md +++ b/LIBSIZE.md @@ -5,3 +5,4 @@ The following is a history of size estimates in bytes. This is calculated as a r **v5.6.8**: 4724 Bytes **v5.6.9**: 4724 Bytes **v5.6.10**: 4724 Bytes +**v5.6.11**: 4724 Bytes diff --git a/package-lock.json b/package-lock.json index e63c2582a..ba10c01b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redux-persist", - "version": "5.6.10", + "version": "5.6.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e1c7a912..9bf354812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-persist", - "version": "5.6.10", + "version": "5.6.11", "description": "persist and rehydrate redux stores", "main": "lib/index.js", "module": "es/index.js",