Skip to content

Commit

Permalink
bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danReynolds committed Aug 12, 2024
1 parent d026e2c commit cd08e15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.3.3 (VillePakarinenPosti)

Fixes bug where optional params to `broadcastWatches` were not being passed through to the `InvalidationPolicyCache`.

Bugfix: https://github.com/NerdWalletOSS/apollo-cache-policies/issues/86
Reporter: https://github.com/VillePakarinenPosti

3.3.2 (Dan Reynolds)

Fixes bug where query responses without a typename are never evicted.
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": "@nerdwallet/apollo-cache-policies",
"version": "3.3.2",
"version": "3.3.3",
"description": "An extension to the InMemoryCache from Apollo that adds additional cache policies.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit cd08e15

Please # to comment.