Skip to content

Commit d305ab8

Browse files
committedSep 17, 2021
v0.13.0
1 parent 65512c4 commit d305ab8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
## [0.12.1](https://github.com/apollographql/apollo-cache-persist/compare/v0.12.0...v0.12.1) (2021-08-12)
211

312

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo3-cache-persist",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "Simple persistence for all Apollo cache implementations",
55
"author": "James Reggio <james.reggio@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)
Please sign in to comment.