Skip to content

Commit b8e6232

Browse files
committed
3.5.0
* Fixed line length to pass lint (ataft) * Fix hard-coded "pkName" column in queries (ataft) * Modify type 'double precision' to map to float (ataft)
1 parent edaae68 commit b8e6232

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
2018-07-17, Version 3.4.0
1+
2018-11-09, Version 3.5.0
2+
=========================
3+
4+
* Fixed line length to pass lint (ataft)
5+
6+
* Fix hard-coded "pkName" column in queries (ataft)
7+
8+
* Modify type 'double precision' to map to float (ataft)
9+
10+
11+
2018-07-16, Version 3.4.0
212
=========================
313

414
* Drop Node 4 in CI (Diana Lau)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=6"

0 commit comments

Comments
 (0)