diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c60fe2..2bc91b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.4](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.3...v8.0.4) (2022-11-24) + + +### Bug Fixes + +* fixed invalid peer dependencies ([9e6d481](https://github.com/BowlingX/apollo-proxy-cache/commit/9e6d48106f48e228628bc8ac91a0720de7d18c36)) + ## [8.0.3](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.2...v8.0.3) (2022-11-23) diff --git a/package.json b/package.json index 4ead7b2..c34199d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-proxy-cache", - "version": "8.0.3", + "version": "8.0.4", "description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive", "main": "dist/node/index.js", "browser": "dist/browser/index.js",