Skip to content

Commit ecb2f96

Browse files
committed
Bumped v6.0.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent 5cc3049 commit ecb2f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/postgres",
3-
"version": "6.0.0-pre.fv5.2",
3+
"version": "6.0.0",
44
"description": "Fastify PostgreSQL connection plugin",
55
"main": "index.js",
66
"type": "commonjs",
@@ -36,12 +36,12 @@
3636
},
3737
"homepage": "https://github.com/fastify/fastify-postgres#readme",
3838
"dependencies": {
39-
"fastify-plugin": "^5.0.0-pre.fv5.1"
39+
"fastify-plugin": "^5.0.0"
4040
},
4141
"devDependencies": {
4242
"@tsconfig/node10": "^1.0.9",
4343
"@types/pg": "^8.11.4",
44-
"fastify": "^5.0.0-alpha.3",
44+
"fastify": "^5.0.0-alpha.4",
4545
"pg": "^8.11.3",
4646
"pg-native": "^3.0.1",
4747
"standard": "^17.1.0",

0 commit comments

Comments
 (0)