Skip to content

Commit 12c5892

Browse files
committed
chore: release 8.0.2
1 parent 4dead0a commit 12c5892

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
8.0.2 / 2023-11-28
2+
==================
3+
* fix(populate): set populated docs in correct order when populating virtual underneath doc array with justOne #14105
4+
* fix(populate): fix curPath to update appropriately #14099 #14098 [csy1204](https://github.com/csy1204)
5+
* types: make property names show up in intellisense for UpdateQuery #14123 #14090
6+
* types(document): correct return type for doc.deleteOne() re: Mongoose 8 breaking change #14110 #14081
7+
* types: correct types for when includeResultMetadata: true is set #14078
8+
* types(models): allow specifying timestamps as inline option for bulkWrite() operations #14112 #14072
9+
* docs: fix rendering of 7.x server compatibility #14086 [laupow](https://github.com/laupow)
10+
* docs(source/api): fix "index.js" -> "mongoose.js" rename #14125
11+
* docs(README): update breaking change version #14126
12+
113
7.6.6 / 2023-11-27
214
==================
315
* perf: avoid double-running setter logic when calling `push()` #14120 #11380

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.0.1",
4+
"version": "8.0.2",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)