Skip to content

Commit 6dd2120

Browse files
committed
release: v8 beta.11
1 parent 1697d38 commit 6dd2120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This lib is fully documented and so you'll find detailed [migration guides](./MIGRATION.md).
44

5-
## 8.0.0-beta.10 (2019-04-26)
5+
## 8.0.0-beta.11 (2019-05-10)
66

77
**A [full migration guide to version 8](./docs/MIGRATION_TO_V8.md) is available.**
88

projects/ngx-pwa/local-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-pwa/local-storage",
3-
"version": "8.0.0-beta.10",
3+
"version": "8.0.0-beta.11",
44
"description": "Efficient local storage module for Angular apps and PWA: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.",
55
"author": "Cyrille Tuzi",
66
"license": "MIT",

0 commit comments

Comments
 (0)