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)
This commit is contained in:
parent
c32155611d
commit
0f10ccdb37
24
CHANGES.md
24
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue