Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Mar 25, 2022
1 parent abae764 commit 1f2e380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno/mod.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @deno-types="./types/index.d.ts"
export { default } from './deno/src/index.js'
export { default } from './src/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgres",
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Fastest full featured PostgreSQL client for Node.js",
"type": "module",
"module": "src/index.js",
Expand Down

0 comments on commit 1f2e380

Please sign in to comment.