Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
dhmlau committed Jan 9, 2023
1 parent a3b354b commit 8176f58
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
=========================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8176f58

Please sign in to comment.