6.2.0
* feat: add support for multiple insert in one query (Samarpan Bhattacharya) * feat: Avoid 'USING ' on FULLTEXT index (FORNO) * fix: remove redundant debug (Rifa Achrinza) * docs: add SECURITY.md (#465) (Diana Lau) * docs: update coc (#464) (Diana Lau) * docs: add code of conduct (#463) (Diana Lau) * chore: remove .travis.yml (Diana Lau) * chore: add @marioestradarosa as codeowners (Diana Lau)
This commit is contained in:
parent
a3b354b7f4
commit
8176f5850c
20
CHANGES.md
20
CHANGES.md
|
@ -1,3 +1,23 @@
|
|||
2023-01-09, Version 6.2.0
|
||||
=========================
|
||||
|
||||
* feat: add support for multiple insert in one query (Samarpan Bhattacharya)
|
||||
|
||||
* feat: Avoid 'USING ' on FULLTEXT index (FORNO)
|
||||
|
||||
* fix: remove redundant debug (Rifa Achrinza)
|
||||
|
||||
* docs: add SECURITY.md (#465) (Diana Lau)
|
||||
|
||||
* docs: update coc (#464) (Diana Lau)
|
||||
|
||||
* docs: add code of conduct (#463) (Diana Lau)
|
||||
|
||||
* chore: remove .travis.yml (Diana Lau)
|
||||
|
||||
* chore: add @marioestradarosa as codeowners (Diana Lau)
|
||||
|
||||
|
||||
2021-10-20, Version 6.1.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "6.1.0",
|
||||
"version": "6.2.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-connector-mysql",
|
||||
"version": "6.1.0",
|
||||
"version": "6.2.0",
|
||||
"description": "MySQL connector for loopback-datasource-juggler",
|
||||
"engines": {
|
||||
"node": "14 || 16"
|
||||
|
|
Loading…
Reference in New Issue