Skip to content

Commit 1f2e380

Browse files
committed
3.0.0
1 parent abae764 commit 1f2e380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno/mod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @deno-types="./types/index.d.ts"
2-
export { default } from './deno/src/index.js'
2+
export { default } from './src/index.js'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgres",
3-
"version": "3.0.0-rc.3",
3+
"version": "3.0.0",
44
"description": "Fastest full featured PostgreSQL client for Node.js",
55
"type": "module",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)