* Update deps (Raymond Feng)

 * Include tests of persistence hooks from juggler. (Miroslav Bajtoš)
This commit is contained in:
Raymond Feng 2015-02-20 17:11:00 -08:00
parent 2422c4c6f0
commit dc72bb8696
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2015-02-21, Version 1.6.0
=========================
* Update deps (Raymond Feng)
* Include tests of persistence hooks from juggler. (Miroslav Bajtoš)
2015-01-15, Version 1.5.1 2015-01-15, Version 1.5.1
========================= =========================

View File

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