From bbf945968e36e24ba123c48adc3384f7a9e5d9f0 Mon Sep 17 00:00:00 2001 From: bmc Date: Tue, 4 Jun 2013 21:19:58 -0500 Subject: [PATCH] Bump version --- NEWS.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ef2106f5..83b4a882 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,10 @@ For richer information consult the commit log on github with referenced pull req We do not include break-fix version release in this file. +### v1.2 + +- return field metadata on result object: access via result.fields[i].name/dataTypeID + ### v1.1 - built in support for `JSON` data type for PostgreSQL Server @ v9.2.0 or greater diff --git a/package.json b/package.json index 15f7da80..b278cc38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pg", - "version": "1.1.3", + "version": "1.2.0", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords": [ "postgres",