We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b09d3 commit 6586bf2Copy full SHA for 6586bf2
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+6.12.1 / 2023-10-12
2
+===================
3
+ * fix(mongoose): correctly handle global applyPluginsToChildSchemas option #13945 #13887 [hasezoey](https://github.com/hasezoey)
4
+ * fix: Document.prototype.isModified support for a string of keys as first parameter #13940 #13674 [k-chop](https://github.com/k-chop)
5
+
6
6.12.0 / 2023-08-24
7
===================
8
* feat: use mongodb driver v4.17.1
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.12.0",
+ "version": "6.12.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments