From 7b1c5c066a2d38bfa6526f15b1298fd73fac8117 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Fri, 13 Dec 2019 17:31:35 +0100 Subject: [PATCH] 0.1.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e2b63..22eeeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.1](https://github.com/ngxs-labs/async-storage-plugin/compare/v0.1.0...v0.1.1) (2019-12-13) + + +### Bug Fixes + +* **migration:** copy default state without readonly ([4994c83](https://github.com/ngxs-labs/async-storage-plugin/commit/4994c83)) + + + # [0.1.0](https://github.com/ngxs-labs/async-storage-plugin/compare/v0.0.3...v0.1.0) (2019-12-13) diff --git a/package.json b/package.json index 889c2c9..d6c96b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngxs-labs/async-storage-plugin", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "git+https://github.com/ngxs-labs/async-storage-plugin.git" diff --git a/src/package.json b/src/package.json index 4070222..0d9a7dd 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@ngxs-labs/async-storage-plugin", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "git+https://github.com/ngxs-labs/async-storage-plugin.git"