Skip to content

Commit

Permalink
chore: release 6.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 1, 2024
1 parent d14d25b commit 29f57c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
6.12.7 / 2024-03-01
===================
* perf(model): make insertMany() lean option skip hydrating Mongoose docs #14376 #14372
* perf(document+schema): small optimizations to make init() faster #14383 #14113
* fix(connection): don't modify passed options object to `openUri()` #14370 #13376 #13335
* fix(ChangeStream): bubble up resumeTokenChanged changeStream event #14355 #14349 [3150](https://github.com/3150)

6.12.6 / 2024-01-22
===================
* fix(collection): correctly handle buffer timeouts with find() #14277
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.12.6",
"version": "6.12.7",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 29f57c1

Please sign in to comment.