We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaae68 commit b8e6232Copy full SHA for b8e6232
CHANGES.md
@@ -1,4 +1,14 @@
1
-2018-07-17, Version 3.4.0
+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
12
=========================
13
14
* Drop Node 4 in CI (Diana Lau)
package.json
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-postgresql",
- "version": "3.4.0",
+ "version": "3.5.0",
"description": "Loopback PostgreSQL Connector",
"engines": {
"node": ">=6"
0 commit comments