Skip to content

Commit dd348b1

Browse files
committedDec 9, 2020
chore: release 5.11.6
1 parent 3ec01fa commit dd348b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
5.11.6 / 2020-12-09
2+
===================
3+
* fix(middleware): ensure sync errors in pre hooks always bubble up to the calling code #9659
4+
* fix(index.d.ts): allow passing ObjectId properties as strings to `create()` and `findOneAndReplace()` #9676
5+
* fix(index.d.ts): allow calling `mongoose.model()` and `Connection#model()` with model as generic param #9685 #9678 [sahasayan](https://github.com/sahasayan)
6+
* fix(index.d.ts): Fix return type of Model#aggregate() #9680 [orgads](https://github.com/orgads)
7+
* fix(index.d.ts): optional next() parameter for post middleware #9683 [isengartz](https://github.com/isengartz)
8+
* fix(index.d.ts): allow array of validators in SchemaTypeOptions #9686 [cjroebuck](https://github.com/cjroebuck)
9+
110
5.11.5 / 2020-12-07
211
===================
312
* fix(map): support `null` in maps of subdocs #9628

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

0 commit comments

Comments
 (0)