We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65512c4 commit d305ab8Copy full SHA for d305ab8
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [0.13.0](https://github.com/apollographql/apollo-cache-persist/compare/v0.12.1...v0.13.0) (2021-09-17)
2
+
3
4
+### Features
5
6
+* **MMKVWrapper:** Added new storage wrapper ([1b16bdb](https://github.com/apollographql/apollo-cache-persist/commit/1b16bdb00e896f62ee379777f7224a156e16004f))
7
8
9
10
## [0.12.1](https://github.com/apollographql/apollo-cache-persist/compare/v0.12.0...v0.12.1) (2021-08-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "apollo3-cache-persist",
- "version": "0.12.1",
+ "version": "0.13.0",
"description": "Simple persistence for all Apollo cache implementations",
"author": "James Reggio <james.reggio@gmail.com>",
"contributors": [
0 commit comments