* fix: allow DataSource to reconnect properly (Antonio Trapani)
 * update Travis MySQL config (Agnes Lin)
 * fix: update lodash (jannyHou)
 * chore: update copyrights years (Agnes Lin)
This commit is contained in:
Diana Lau 2019-05-28 10:37:31 -04:00
parent 2ddadc1c81
commit 869061c6f2
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2019-05-28, Version 5.4.1
=========================
* fix: allow DataSource to reconnect properly (Antonio Trapani)
* update Travis MySQL config (Agnes Lin)
* fix: update lodash (jannyHou)
* chore: update copyrights years (Agnes Lin)
2019-05-07, Version 5.4.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "5.4.0",
"version": "5.4.1",
"description": "MySQL connector for loopback-datasource-juggler",
"engines": {
"node": ">=6"