Skip to content

Commit adc17f2

Browse files
committed
chore: release 8.12.2
1 parent 3e20a36 commit adc17f2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.12.2 / 2025-03-21
2+
===================
3+
* fix(document): avoid stripping out fields in discriminator schema after select: false field #15322 #15308
4+
* fix(AggregationCursor): make next() error if schema pre('aggregate') middleware throws error #15293 #15279
5+
* fix(populate): correctly get schematypes when deep populating under a map #15302 #9359
6+
* fix(model): avoid returning null from bulkSave() if error doesn't have writeErrors property #15323
7+
* types: add WithTimestamps utility type #15318 [baruchiro](https://github.com/baruchiro)
8+
* docs: update references to the ms module in date schema documentation #15319 [baruchiro](https://github.com/baruchiro)
9+
* docs: fix typo in schematypes.md #15305 [skyran1278](https://github.com/skyran1278)
10+
111
8.12.1 / 2025-03-04
212
===================
313
* fix: match bson version with mongodb's bson version #15297 [hasezoey](https://github.com/hasezoey)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.12.1",
4+
"version": "8.12.2",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)