Skip to content

Commit 1605ebb

Browse files
committed
chore: release 6.0.14
1 parent d459fbe commit 1605ebb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
6.0.14 / 2021-11-29
2+
===================
3+
* fix(document): catch errors in required functions #10968
4+
* fix(connection): clone schema when passing a schema from a different copy of Mongoose to `Connection#model()` #10904
5+
* fix(populate): set empty array [] on virtual populate with no result #10992
6+
* fix(query): handle orFail() with replaceOne() #10963
7+
* fix(populate): use Model by default when using Model.populate() on a POJO #10978
8+
* fix(document): throw VersionError if saving a document with version bump and document isn't found #10974
9+
* fix(index.d.ts): make populate type param optional #10989 [mohd-akram](https://github.com/mohd-akram)
10+
* docs(migrating_to_6): add a note about minimize and toObject() behavior change in v5.10.5 #10827
11+
* docs: remove duplicate `path` in docs #11020 [ItWorksOnMyMachine](https://github.com/ItWorksOnMyMachine)
12+
* docs: fix typo in populate docs #11015 [gavi-shandler](https://github.com/gavi-shandler)
13+
* docs: fix typo in model.js #10982 [eltociear](https://github.com/eltociear)
14+
115
6.0.13 / 2021-11-15
216
===================
317
* fix(document): allows validating doc again if pre validate errors out #10830

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

0 commit comments

Comments
 (0)