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)
This commit is contained in:
parent
f80ffe8c6f
commit
5d72993d2d
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue