We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8583d5b commit bde4b49Copy full SHA for bde4b49
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/caching",
3
- "version": "8.0.0",
+ "version": "8.0.1",
4
"description": "A plugin for Fastify to enable management of cache control headers",
5
"main": "plugin.js",
6
"types": "plugin.d.ts",
@@ -34,7 +34,7 @@
34
"homepage": "https://github.com/fastify/fastify-caching#readme",
35
"devDependencies": {
36
"@types/node": "^17.0.21",
37
- "fastify": "^4.0.0-rc.2",
+ "fastify": "^4.0.0-rc.3",
38
"pre-commit": "^1.2.2",
39
"snazzy": "^9.0.0",
40
"standard": "^17.0.0",
0 commit comments