Skip to content

Commit 4e78234

Browse files
committed
chore: release 8.0.1
1 parent 287d304 commit 4e78234

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
8.0.1 / 2023-11-15
2+
==================
3+
* fix: retain key order with aliases when creating indexes with alias #14042 [meabed](https://github.com/meabed)
4+
* fix: handle nonexistent collection with diffIndexes #14029 #14010
5+
* types(model+query): correctly remove count from TypeScript types to reflect removal of runtime support #14076 #14067 #14062
6+
* types: correct `this` parameter for methods and statics #14028 #14027 [ruxxzebre](https://github.com/ruxxzebre)
7+
* types(model+query): unpack arrays in distinct return type #14047 #14026
8+
* types: add missing Types.UUID typings #14023 #13103 [k725](https://github.com/k725)
9+
* docs: add mongoose 8 to mongodb server compatibility guide #14064
10+
* docs: fix typo in queries.md #14065 [MuhibAhmed](https://github.com/MuhibAhmed)
11+
112
7.6.5 / 2023-11-14
213
==================
314
* fix: handle update validators and single nested doc with numeric paths #14066 #13977

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.0.0",
4+
"version": "8.0.1",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)