Skip to content

Commit fe4a2f9

Browse files
committed
7.0.0-alpha.2
* feat: always use optimized findOrCreate (Rifa Achrinza) * chore: update Node.js and MongoDB supported versions (Rifa Achrinza)
1 parent c7f1148 commit fe4a2f9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
2024-11-13, Version 7.0.0-alpha.2
2+
=================================
3+
4+
* feat: always use optimized findOrCreate (Rifa Achrinza)
5+
6+
* chore: update Node.js and MongoDB supported versions (Rifa Achrinza)
7+
8+
19
2022-11-20, Version 7.0.0-alpha.1
210
=================================
311

12+
* chore(release): v7.0.0-alpha.1 (Rifa Achrinza)
13+
414
* ci: update Node.js test matrix (Rifa Achrinza)
515

616
* chore: update Node.js engine matrix (Rifa Achrinza)

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-mongodb",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "The official MongoDB connector for the LoopBack framework.",
55
"engines": {
66
"node": "18 || 20"

0 commit comments

Comments
 (0)