From bc854ecdffa837ac1f2e002609b2892870b4a479 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Sep 2020 17:02:39 +0000 Subject: [PATCH] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/ionic-team/ionic-storage/compare/v2.3.0...v2.3.1) (2020-09-02) ### Bug Fixes * **storage:** better detect ssr envs ([#197](https://github.com/ionic-team/ionic-storage/issues/197)) ([5d69ad3](https://github.com/ionic-team/ionic-storage/commit/5d69ad3ac4bbb4b027e0c103c8bfe193ee92500c)) --- CHANGELOG.md | 10 +++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd9c5c6..88f33c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://github.com/ionic-team/ionic-storage/compare/v2.3.0...v2.3.1) (2020-09-02) + + +### Bug Fixes + +* **storage:** better detect ssr envs ([#197](https://github.com/ionic-team/ionic-storage/issues/197)) ([5d69ad3](https://github.com/ionic-team/ionic-storage/commit/5d69ad3ac4bbb4b027e0c103c8bfe193ee92500c)) + # [2.3.0](https://github.com/ionic-team/ionic-storage/compare/v2.2.0...v2.3.0) (2020-07-23) @@ -77,6 +84,3 @@ ## 1.1.1 (2016-09-30) - - - diff --git a/package-lock.json b/package-lock.json index 23c83a2..c040e9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/storage", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a2e66b..48812b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/storage", - "version": "2.3.0", + "version": "2.3.1", "description": "Ionic Storage utility", "scripts": { "clean": "rimraf dist",