Skip to content

Commit bbf9459

Browse files
committed
Bump version
1 parent 4f8cce4 commit bbf9459

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ For richer information consult the commit log on github with referenced pull req
44

55
We do not include break-fix version release in this file.
66

7+
### v1.2
8+
9+
- return field metadata on result object: access via result.fields[i].name/dataTypeID
10+
711
### v1.1
812

913
- built in support for `JSON` data type for PostgreSQL Server @ v9.2.0 or greater

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"postgres",

0 commit comments

Comments
 (0)