Skip to content

Commit 02b4526

Browse files
exe.dev userclaude
andcommitted
chore: release v0.8.0
## Features - Add verbose logging via `CACHED_MIDDLEWARE_FETCH_LOGGER=1` environment variable for debugging cache behavior ## Infrastructure - Add Claude Code GitHub Actions for automated code review - Update CI to test on Node.js 22 (replacing Node.js 21) ## Dependencies - Upgrade Next.js from 15.x to 16.x (dev dependency) - Upgrade @vercel/functions from 3.1.0 to 3.3.4 - Upgrade @types/node from 24.x to 25.x - Upgrade TypeScript from 5.9.2 to 5.9.3 - Upgrade tsup from 8.5.0 to 8.5.1 - Upgrade actions/checkout from v5 to v6 - Upgrade actions/setup-node from v4 to v6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e3f0e10 commit 02b4526

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cached-middleware-fetch-next",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "A Next.js fetch wrapper for edge middleware that uses Vercel Runtime Cache as its caching backend",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)