We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f009b86 commit 1ac0c91Copy full SHA for 1ac0c91
CHANGELOG.md
@@ -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
10
# [0.12.0](https://github.com/apollographql/apollo-cache-persist/compare/v0.11.0...v0.12.0) (2021-08-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "apollo3-cache-persist",
- "version": "0.12.0",
+ "version": "0.12.1",
"description": "Simple persistence for all Apollo cache implementations",
"author": "James Reggio <[email protected]>",
"contributors": [
0 commit comments