* Update deps (Raymond Feng)

 * Refactor the code to use base SqlConnector (Raymond Feng)
This commit is contained in:
Raymond Feng 2015-05-13 16:18:26 -07:00
parent e8a1b51e59
commit 4c11dbfeb2
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2015-05-13, Version 2.0.0
=========================
* Update deps (Raymond Feng)
* Refactor the code to use base SqlConnector (Raymond Feng)
2015-04-02, Version 1.7.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "1.7.0",
"version": "2.0.0",
"description": "MySQL connector for loopback-datasource-juggler",
"main": "index.js",
"scripts": {
@ -28,6 +28,6 @@
"url": "https://github.com/strongloop/loopback-connector-mysql/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@1.7.0"
"sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@2.0.0"
}
}