* Exclude 'deps' and '.github' from npm publish (Dominique Emond)
 * fix README display on the site (Agnes Lin)
 * chore: update copyrights year (Diana Lau)
 * chore: improve issue and PR templates (Nora)
 * chore: move mocha flag to opts (jannyHou)
 * fix: tests for datatypes (jannyHou)
 * fix: force exit (jannyHou)
 * update tests (jannyHou)
 * upgrade dependencies (jannyHou)
This commit is contained in:
Dominique Emond 2020-03-19 13:36:13 -04:00
parent 70d27bf1f8
commit c23bed33eb
2 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,25 @@
2020-03-19, Version 5.4.3
=========================
* Exclude 'deps' and '.github' from npm publish (Dominique Emond)
* fix README display on the site (Agnes Lin)
* chore: update copyrights year (Diana Lau)
* chore: improve issue and PR templates (Nora)
* chore: move mocha flag to opts (jannyHou)
* fix: tests for datatypes (jannyHou)
* fix: force exit (jannyHou)
* update tests (jannyHou)
* upgrade dependencies (jannyHou)
2019-07-25, Version 5.4.2
=========================

View File

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