Skip to content

Commit 24ef17a

Browse files
committed
Merge with origin/master
2 parents 0b2344b + 41f8712 commit 24ef17a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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+
### v3.6.0
8+
- Include support for (parsing JSONB)[https://github.com/brianc/node-pg-types/pull/13] (supported in postgres 9.4)
9+
710
### v3.5.0
811
- Include support for parsing boolean arrays
912

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"postgres",
@@ -23,8 +23,8 @@
2323
"nan": "1.3.0",
2424
"packet-reader": "0.2.0",
2525
"pg-connection-string": "0.1.3",
26-
"pg-native": "1.4.1",
27-
"pg-types": "1.5.0",
26+
"pg-native": "^1.4.2",
27+
"pg-types": "1.6.0",
2828
"pgpass": "0.0.3"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)