Bump version

This commit is contained in:
bmc 2013-06-04 21:19:58 -05:00
parent 4f8cce4adc
commit bbf945968e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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",