We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c106eda commit fa898c6Copy full SHA for fa898c6
CHANGELOG.md
@@ -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
+
7
6.2.9 / 2022-03-28
8
==================
9
* perf(document+model): make a few small optimizations #11380
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.2.9",
+ "version": "6.2.10",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments