Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jspizziri committed Jul 29, 2021
1 parent fd0a4e5 commit 15d8b40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.11.0](https://github.com/apollographql/apollo-cache-persist/compare/0.10.0...0.11.0) (2021-07-29)


### Bug Fixes

* **examples:** fix typescript compile issues in the react-native example project ([17b513b](https://github.com/apollographql/apollo-cache-persist/commit/17b513b97ef9fd06e3f6dc5d4c1cbd9ba16a52ab))


### Features

* **persistor:** add an optional persistence mapper function to allow cache filtration ([dc69b30](https://github.com/apollographql/apollo-cache-persist/commit/dc69b30f2241a7d5077ade116b6c89c21eedc2e5))



## [0.10.0](https://github.com/apollographql/apollo-cache-persist/compare/0.9.0...0.10.0) (2020-11-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo3-cache-persist",
"version": "0.10.0",
"version": "0.11.0",
"description": "Simple persistence for all Apollo cache implementations",
"author": "James Reggio <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 15d8b40

Please sign in to comment.