Skip to content

Commit 8176f58

Browse files
committed
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)
1 parent a3b354b commit 8176f58

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGES.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2023-01-09, Version 6.2.0
2+
=========================
3+
4+
* feat: add support for multiple insert in one query (Samarpan Bhattacharya)
5+
6+
* feat: Avoid 'USING ' on FULLTEXT index (FORNO)
7+
8+
* fix: remove redundant debug (Rifa Achrinza)
9+
10+
* docs: add SECURITY.md (#465) (Diana Lau)
11+
12+
* docs: update coc (#464) (Diana Lau)
13+
14+
* docs: add code of conduct (#463) (Diana Lau)
15+
16+
* chore: remove .travis.yml (Diana Lau)
17+
18+
* chore: add @marioestradarosa as codeowners (Diana Lau)
19+
20+
121
2021-10-20, Version 6.1.0
222
=========================
323

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-mysql",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "MySQL connector for loopback-datasource-juggler",
55
"engines": {
66
"node": "14 || 16"

0 commit comments

Comments
 (0)