From 06d69c8259c07ba8dfdad6f1713447fea79be2bb Mon Sep 17 00:00:00 2001 From: rt2zz Date: Sun, 1 Sep 2019 18:39:11 -0600 Subject: [PATCH] 6.0.0 --- 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 dea1f0465..e823159b3 100644 --- a/LIBSIZE.md +++ b/LIBSIZE.md @@ -18,3 +18,4 @@ The following is a history of size estimates in bytes. This is calculated as a r **v6.0.0-pre2**: 11878 Bytes **v6.0.0-pre2.0**: 11934 Bytes **v6.0.0-pre2.1**: 5525 Bytes +**v6.0.0**: 12167 Bytes diff --git a/package-lock.json b/package-lock.json index a436df9c2..524afad98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redux-persist", - "version": "6.0.0-pre2.1", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 703f6e9c6..6ce801128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-persist", - "version": "6.0.0-pre2.1", + "version": "6.0.0", "description": "persist and rehydrate redux stores", "main": "lib/index.js", "module": "es/index.js",