From 2de299a5a8cd74643959d69a312f7ddb29b4c6d2 Mon Sep 17 00:00:00 2001 From: Brian Kim Date: Wed, 19 May 2021 12:43:35 -0400 Subject: [PATCH] update CHANGELOG and package.json --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8d9d49fc8..6bbdd9067fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,8 @@ - Fully remove result cache entries from LRU dependency system when the corresponding entities are removed from `InMemoryCache` by eviction, or by any other means.
[@sofianhn](https://github.com/sofianhn) and [@benjamn](https://github.com/benjamn) in [#8147](https://github.com/apollographql/apollo-client/pull/8147) +- Expose missing field errors in results.
[@brainkim](github.com/brainkim) in [#8262](https://github.com/apollographql/apollo-client/pull/8262) + ### Documentation TBD diff --git a/package.json b/package.json index 22927e59e6d..0a2ecc44ff8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ { "name": "apollo-client", "path": "./dist/apollo-client.cjs.min.js", - "maxSize": "26.6 kB" + "maxSize": "26.62 kB" } ], "peerDependencies": {