Skip to content

Commit 68f2ca0

Browse files
chore(release): 9.0.8 [skip ci]
## [9.0.8](v9.0.7...v9.0.8) (2025-10-20) ### Bug Fixes * removed the cache directive before reading the cached value ([2c12c9d](2c12c9d))
1 parent 2c12c9d commit 68f2ca0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.0.8](https://github.com/BowlingX/apollo-proxy-cache/compare/v9.0.7...v9.0.8) (2025-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* removed the cache directive before reading the cached value ([2c12c9d](https://github.com/BowlingX/apollo-proxy-cache/commit/2c12c9dab82813a7c651cbe24fa9d02773e49c08))
7+
18
## [9.0.7](https://github.com/BowlingX/apollo-proxy-cache/compare/v9.0.6...v9.0.7) (2025-10-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-proxy-cache",
3-
"version": "9.0.7",
3+
"version": "9.0.8",
44
"description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive",
55
"main": "build/module/index.js",
66
"typings": "build/module/index.d.ts",

0 commit comments

Comments
 (0)