Skip to content

Commit 560d02e

Browse files
committed
chore: release 8.21.0
1 parent a410e0e commit 560d02e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
8.21.0 / 2025-12-29
2+
===================
3+
* feat(document): add support for getAtomics() to allow custom container types to utilize atomics #15817
4+
* feat(document+model): pass options to pre('deleteOne') and update+options to pre('updateOne') hooks #15908 #15870
5+
* fix: add support for typescript style enums #15914 #15913 [mjfwebb](https://github.com/mjfwebb)
6+
17
8.20.4 / 2025-12-18
28
===================
39
* fix(model): ensure $isDeleted is set after calling doc.deleteOne() successfully #15898

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.20.4",
4+
"version": "8.21.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)