diff --git a/CHANGELOG.md b/CHANGELOG.md index b04d7b9..3c3233b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.2](https://github.com/BowlingX/apollo-proxy-cache/compare/v9.0.1...v9.0.2) (2024-05-29) + + +### Bug Fixes + +* fixed es imports ([53066f3](https://github.com/BowlingX/apollo-proxy-cache/commit/53066f3b3406d059a1c86f46f985603dda0268e1)) + ## [9.0.1](https://github.com/BowlingX/apollo-proxy-cache/compare/v9.0.0...v9.0.1) (2024-05-29) diff --git a/package.json b/package.json index f0f97af..a474207 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-proxy-cache", - "version": "9.0.1", + "version": "9.0.2", "description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive", "main": "build/cjs/index.js", "typings": "build/mjs/index.d.ts",