* fix (core) accepts boolean type (yongzhi-chen)
 * fix(docs): Specify table creation order method (Roderik van Heijst)
 * fix(docs): update enum type (Diana Lau)
This commit is contained in:
Diana Lau 2021-06-10 15:53:04 -04:00
parent f80ffe8c6f
commit 5d72993d2d
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2021-06-10, Version 6.0.1
=========================
* fix (core) accepts boolean type (yongzhi-chen)
* fix(docs): Specify table creation order method (Roderik van Heijst)
* fix(docs): update enum type (Diana Lau)
2020-09-01, Version 6.0.0
=========================

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "6.0.0",
"version": "6.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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