Skip to content

Commit 1ac0c91

Browse files
committed
v0.12.1
1 parent f009b86 commit 1ac0c91

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.12.1](https://github.com/apollographql/apollo-cache-persist/compare/v0.12.0...v0.12.1) (2021-08-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** fix localforage interface ([63f7158](https://github.com/apollographql/apollo-cache-persist/commit/63f71582763b6895c05dd3897117cdfdbb0a70c3))
7+
8+
9+
110
# [0.12.0](https://github.com/apollographql/apollo-cache-persist/compare/v0.11.0...v0.12.0) (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.0",
3+
"version": "0.12.1",
44
"description": "Simple persistence for all Apollo cache implementations",
55
"author": "James Reggio <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)