Skip to content

Commit

Permalink
7.0.0-alpha.2
Browse files Browse the repository at this point in the history
 * feat: always use optimized findOrCreate (Rifa Achrinza)
 * chore: update Node.js and MongoDB supported versions (Rifa Achrinza)
  • Loading branch information
dhmlau committed Nov 13, 2024
1 parent c7f1148 commit fe4a2f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
2024-11-13, Version 7.0.0-alpha.2
=================================

* feat: always use optimized findOrCreate (Rifa Achrinza)

* chore: update Node.js and MongoDB supported versions (Rifa Achrinza)


2022-11-20, Version 7.0.0-alpha.1
=================================

* chore(release): v7.0.0-alpha.1 (Rifa Achrinza)

* ci: update Node.js test matrix (Rifa Achrinza)

* chore: update Node.js engine matrix (Rifa Achrinza)
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": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"description": "The official MongoDB connector for the LoopBack framework.",
"engines": {
"node": "18 || 20"
Expand Down

0 comments on commit fe4a2f9

Please sign in to comment.