* Fix the failing tests (Raymond Feng)
This commit is contained in:
Raymond Feng 2015-05-29 12:26:27 -07:00
parent f05aa7cfa8
commit eac6990836
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2015-05-29, Version 2.1.1
=========================
* Fix the failing tests (Raymond Feng)
2015-05-18, Version 2.1.0 2015-05-18, Version 2.1.0
========================= =========================

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-connector-mysql", "name": "loopback-connector-mysql",
"version": "2.1.0", "version": "2.1.1",
"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@2.1.0" "sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@2.1.1"
} }
} }