Skip to content

Commit 00cf62e

Browse files
committed
Bumped v9.0.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent 36bd0e9 commit 00cf62e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/caching",
3-
"version": "9.0.0-pre.fv5.2",
3+
"version": "9.0.0",
44
"description": "A plugin for Fastify to enable management of cache control headers",
55
"main": "index.js",
66
"type": "commonjs",
@@ -37,14 +37,14 @@
3737
"@fastify/pre-commit": "^2.1.0",
3838
"@types/node": "^22.0.0",
3939
"c8": "^10.1.2",
40-
"fastify": "^5.0.0-alpha.3",
40+
"fastify": "^5.0.0-alpha.4",
4141
"snazzy": "^9.0.0",
4242
"standard": "^17.1.0",
4343
"tsd": "^0.31.0"
4444
},
4545
"dependencies": {
4646
"abstract-cache": "^1.0.1",
47-
"fastify-plugin": "^5.0.0-pre.fv5.1",
47+
"fastify-plugin": "^5.0.0",
4848
"uid-safe": "^2.1.5"
4949
},
5050
"publishConfig": {

0 commit comments

Comments
 (0)