Skip to content

Commit 5936ba0

Browse files
committed
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)
1 parent eb0ef09 commit 5936ba0

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2022-03-31, Version 6.2.0
2+
=========================
3+
4+
* docs: add SECURITY.md (Diana Lau)
5+
6+
* chore: tls README example (d-bo)
7+
8+
* docs: update coc (Diana Lau)
9+
10+
* docs: add code of conduct (Diana Lau)
11+
12+
* chore: update v6 EOL (Rifa Achrinza)
13+
14+
* ci: fix typo (Rifa Achrinza)
15+
16+
* chore: update deps (Rifa Achrinza)
17+
18+
* feat: add tls options as of mongo 3.7 (d-bo)
19+
20+
* ci: update Node.js version (Rifa Achrinza)
21+
22+
* ci: pin NPM version (Rifa Achrinza)
23+
24+
* chore: add @achrinza and update CODEOWNERS (Diana Lau)
25+
26+
* fix: isObjectIDProperty array param check (Rifa Achrinza)
27+
28+
* fix: handle url default db name (Rifa Achrinza)
29+
30+
* ci: restrict GITHUB_TOKEN permissions (Rifa Achrinza)
31+
32+
133
2021-09-07, Version 6.1.0
234
=========================
335

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-mongodb",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "The official MongoDB connector for the LoopBack framework.",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)