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)
This commit is contained in:
parent
2ddadc1c81
commit
869061c6f2
12
CHANGES.md
12
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue