Skip to content

Commit

Permalink
chore: release 5.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 28, 2021
1 parent 367e782 commit 4046bee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.12.12 / 2021-05-28
====================
* fix(documentarray): retain atomics when setting to a new array #10272
* fix(query+model): fix deprecation warning for `returnOriginal` with `findOneAndUpdate()` #10298 #10297 #10292 #10285 [IslandRhythms](https://github.com/IslandRhythms)
* fix(index.d.ts): make `map()` result an array if used over an array #10288 [quantumsheep](https://github.com/quantumsheep)

5.12.11 / 2021-05-24
====================
* fix(populate): skip applying setters when casting arrays for populate() to avoid issues with arrays of immutable elements #10264
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": "5.12.11",
"version": "5.12.12",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 4046bee

Please sign in to comment.