Skip to content

Commit 38c6aac

Browse files
chore(release): 10.0.1 [skip ci]
## [10.0.1](v10.0.0...v10.0.1) (2026-03-05) ### Bug Fixes * do not rely on definition order for directive arguments retrieval ([f74af91](f74af91)) * do not rely on definition order for directive arguments retrieval ([8b92a29](8b92a29))
1 parent f74af91 commit 38c6aac

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [10.0.1](https://github.com/BowlingX/apollo-proxy-cache/compare/v10.0.0...v10.0.1) (2026-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* do not rely on definition order for directive arguments retrieval ([f74af91](https://github.com/BowlingX/apollo-proxy-cache/commit/f74af91ad7be6ec9c766235867f8339f5c89b034))
7+
* do not rely on definition order for directive arguments retrieval ([8b92a29](https://github.com/BowlingX/apollo-proxy-cache/commit/8b92a29e10ddf678a3d0cf9f70c03183ec0ee1a1))
8+
19
# [10.0.0](https://github.com/BowlingX/apollo-proxy-cache/compare/v9.0.8...v10.0.0) (2025-10-25)
210

311

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": "10.0.0",
3+
"version": "10.0.1",
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)