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)
This commit is contained in:
parent
70d27bf1f8
commit
c23bed33eb
22
CHANGES.md
22
CHANGES.md
|
@ -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
|
2019-07-25, Version 5.4.2
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector-mysql",
|
"name": "loopback-connector-mysql",
|
||||||
"version": "5.4.2",
|
"version": "5.4.3",
|
||||||
"description": "MySQL connector for loopback-datasource-juggler",
|
"description": "MySQL connector for loopback-datasource-juggler",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
|
|
Loading…
Reference in New Issue