Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
 * docs: add SECURITY.md (Diana Lau)
 * chore: tls README example (d-bo)
 * docs: update coc (Diana Lau)
 * docs: add code of conduct (Diana Lau)
 * chore: update v6 EOL (Rifa Achrinza)
 * ci: fix typo (Rifa Achrinza)
 * chore: update deps (Rifa Achrinza)
 * feat: add tls options as of mongo 3.7 (d-bo)
 * ci: update Node.js version (Rifa Achrinza)
 * ci: pin NPM version (Rifa Achrinza)
 * chore: add @achrinza and update CODEOWNERS (Diana Lau)
 * fix: isObjectIDProperty array param check (Rifa Achrinza)
 * fix: handle url default db name (Rifa Achrinza)
 * ci: restrict GITHUB_TOKEN permissions (Rifa Achrinza)
  • Loading branch information
dhmlau committed Mar 31, 2022
1 parent eb0ef09 commit 5936ba0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2022-03-31, Version 6.2.0
=========================

* docs: add SECURITY.md (Diana Lau)

* chore: tls README example (d-bo)

* docs: update coc (Diana Lau)

* docs: add code of conduct (Diana Lau)

* chore: update v6 EOL (Rifa Achrinza)

* ci: fix typo (Rifa Achrinza)

* chore: update deps (Rifa Achrinza)

* feat: add tls options as of mongo 3.7 (d-bo)

* ci: update Node.js version (Rifa Achrinza)

* ci: pin NPM version (Rifa Achrinza)

* chore: add @achrinza and update CODEOWNERS (Diana Lau)

* fix: isObjectIDProperty array param check (Rifa Achrinza)

* fix: handle url default db name (Rifa Achrinza)

* ci: restrict GITHUB_TOKEN permissions (Rifa Achrinza)


2021-09-07, 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-mongodb",
"version": "6.1.0",
"version": "6.2.0",
"description": "The official MongoDB connector for the LoopBack framework.",
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 5936ba0

Please sign in to comment.