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 f9f6f5c commit 3bfd82aCopy full SHA for 3bfd82a
CHANGES.md
@@ -1,4 +1,4 @@
1
-In next release ...
+## v2.0.0 (2024-02-29)
2
3
- The `connect` function is now used to create a client, already
4
connected when the promise returns. The `Client` symbol is now a
package.json
@@ -1,7 +1,7 @@
{
"name": "ts-postgres",
"type": "module",
- "version": "2.0.0-dev",
+ "version": "2.0.0",
5
"description": "PostgreSQL client in TypeScript",
6
"declaration": true,
7
"keywords": [
0 commit comments