Skip to content

Commit 7ee37d1

Browse files
chore(release): 8.1.5 [skip ci]
## [8.1.5](v8.1.4...v8.1.5) (2026-03-05) ### Bug Fixes * do not rely on definition order for directive arguments retrieval ([5460f22](5460f22))
1 parent 138efba commit 7ee37d1

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.5](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.4...v8.1.5) (2026-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* do not rely on definition order for directive arguments retrieval ([5460f22](https://github.com/BowlingX/apollo-proxy-cache/commit/5460f22b7ab1e2aa998c243291017e02ea5210bb))
7+
18
## [8.1.4](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.3...v8.1.4) (2025-11-24)
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.4",
3+
"version": "8.1.5",
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)