Skip to content

Commit bd9686e

Browse files
chore(release): 8.1.4 [skip ci]
## [8.1.4](v8.1.3...v8.1.4) (2025-11-24) ### Bug Fixes * removed the cache directive before reading the cached value ([33171d0](33171d0))
1 parent 33171d0 commit bd9686e

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+
## [8.1.4](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.3...v8.1.4) (2025-11-24)
2+
3+
4+
### Bug Fixes
5+
6+
* removed the cache directive before reading the cached value ([33171d0](https://github.com/BowlingX/apollo-proxy-cache/commit/33171d076976c5ac0e45633fe928a832b364dbe9))
7+
18
## [8.1.3](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.2...v8.1.3) (2023-04-27)
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": "8.1.3",
3+
"version": "8.1.4",
44
"description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive",
55
"main": "dist/node/index.js",
66
"browser": "dist/browser/index.js",

0 commit comments

Comments
 (0)