Merge with origin/master

This commit is contained in:
Brian M. Carlson 2014-10-15 23:27:32 -04:00
commit 24ef17a570
2 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,9 @@ For richer information consult the commit log on github with referenced pull req
We do not include break-fix version release in this file.
### v3.6.0
- Include support for (parsing JSONB)[https://github.com/brianc/node-pg-types/pull/13] (supported in postgres 9.4)
### v3.5.0
- Include support for parsing boolean arrays

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "3.5.0",
"version": "3.6.0",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"postgres",
@ -23,8 +23,8 @@
"nan": "1.3.0",
"packet-reader": "0.2.0",
"pg-connection-string": "0.1.3",
"pg-native": "1.4.1",
"pg-types": "1.5.0",
"pg-native": "^1.4.2",
"pg-types": "1.6.0",
"pgpass": "0.0.3"
},
"devDependencies": {