Skip to content

Commit fa898c6

Browse files
committed
chore: release 6.2.10
1 parent c106eda commit fa898c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
6.2.10 / 2022-04-04
2+
===================
3+
* fix(types): improve lastErrorObject typing for rawResults #11602 [simllll](https://github.com/simllll)
4+
* docs(typescript): add note about deprecating extends Document #11619 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
5+
* docs: consistent syntax highlighting with upgraded highlight.js #11579 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
6+
17
6.2.9 / 2022-03-28
28
==================
39
* perf(document+model): make a few small optimizations #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": "6.2.9",
4+
"version": "6.2.10",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)