Skip to content

Commit 5a80f39

Browse files
author
Raymond Feng
committed
2.0.0
* Update deps (Raymond Feng) * Refactor the connector impl to use base sql connector (Raymond Feng)
1 parent 290e810 commit 5a80f39

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
2015-05-11, Version 1.7.1
210
=========================
311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "1.7.1",
3+
"version": "2.0.0",
44
"description": "Loopback PostgreSQL Connector",
55
"keywords": [
66
"StrongLoop",
@@ -35,6 +35,6 @@
3535
"url": "https://github.com/strongloop/loopback-connector-postgresql/blob/master/LICENSE"
3636
},
3737
"optionalDependencies": {
38-
"sl-blip": "http://blip.strongloop.com/loopback-connector-postgresql@1.7.1"
38+
"sl-blip": "http://blip.strongloop.com/loopback-connector-postgresql@2.0.0"
3939
}
4040
}

0 commit comments

Comments
 (0)