* Remove sl-blip from dependencies (Miroslav Bajtoš)
 * Upgrade `should` module (Amir Jafarian)
 * removed console.log (cgole)
 * seperate env variable for test db (cgole)
 * Changed username to user (cgole)
 * Added db username password (cgole)
 * Add mysql CI host (cgole)
 * Refer to licenses with a link (Sam Roberts)
 * Pass options to the execute command. (Diogo Correia)
 * Use strongloop conventions for licensing (Sam Roberts)
This commit is contained in:
Miroslav Bajtoš 2016-02-19 10:40:12 +01:00
parent c32155611d
commit 0f10ccdb37
2 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,27 @@
2016-02-19, Version 2.2.1
=========================
* Remove sl-blip from dependencies (Miroslav Bajtoš)
* Upgrade `should` module (Amir Jafarian)
* removed console.log (cgole)
* seperate env variable for test db (cgole)
* Changed username to user (cgole)
* Added db username password (cgole)
* Add mysql CI host (cgole)
* Refer to licenses with a link (Sam Roberts)
* Pass options to the execute command. (Diogo Correia)
* Use strongloop conventions for licensing (Sam Roberts)
2015-07-30, Version 2.2.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "2.2.0",
"version": "2.2.1",
"description": "MySQL connector for loopback-datasource-juggler",
"main": "index.js",
"scripts": {