We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290e810 commit 5a80f39Copy full SHA for 5a80f39
CHANGES.md
@@ -1,3 +1,11 @@
1
+2015-05-13, Version 2.0.0
2
+=========================
3
+
4
+ * Update deps (Raymond Feng)
5
6
+ * Refactor the connector impl to use base sql connector (Raymond Feng)
7
8
9
2015-05-11, Version 1.7.1
10
=========================
11
package.json
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-postgresql",
- "version": "1.7.1",
+ "version": "2.0.0",
"description": "Loopback PostgreSQL Connector",
"keywords": [
"StrongLoop",
@@ -35,6 +35,6 @@
35
"url": "https://github.com/strongloop/loopback-connector-postgresql/blob/master/LICENSE"
36
},
37
"optionalDependencies": {
38
- "sl-blip": "http://blip.strongloop.com/loopback-connector-postgresql@1.7.1"
+ "sl-blip": "http://blip.strongloop.com/loopback-connector-postgresql@2.0.0"
39
}
40
0 commit comments