From 3ee7bf8980c713bf42e09197283ac23effa9297b Mon Sep 17 00:00:00 2001 From: rt2zz Date: Tue, 7 May 2019 14:10:30 -0700 Subject: [PATCH] 6.0.0-pre1 --- LIBSIZE.md | 1 + package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LIBSIZE.md b/LIBSIZE.md index 33a7b59da..7c16f66be 100644 --- a/LIBSIZE.md +++ b/LIBSIZE.md @@ -14,3 +14,4 @@ The following is a history of size estimates in bytes. This is calculated as a r **v5.9.0**: 4894 Bytes **v5.9.1**: 4894 Bytes **v5.10.0**: 4356 Bytes +**v6.0.0-pre1**: 17783 Bytes diff --git a/package-lock.json b/package-lock.json index 68a55a58c..727cad02b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redux-persist", - "version": "5.11.0-alpha", + "version": "6.0.0-pre1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2c7d4bf93..48082ba02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-persist", - "version": "5.11.0-alpha", + "version": "6.0.0-pre1", "description": "persist and rehydrate redux stores", "main": "lib/index.js", "module": "es/index.js",