Skip to content

Commit ae78242

Browse files
committed
chore: release 4.12.5
1 parent 4d9d71b commit ae78242

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.12.5 / 2017-10-28
2+
===================
3+
* fix(query): correctly handle `$in` and required for $pull and update validators #5744
4+
* feat(aggegate): add $addFields pipeline operator #5740 [AyushG3112](https://github.com/AyushG3112)
5+
* fix(document): catch sync errors in document pre hooks and report as error #5738
6+
* fix(populate): handle slice projections correctly when automatically selecting populated fields #5737
7+
* fix(discriminator): fix hooks for embedded discriminators #5706 [wlingke](https://github.com/wlingke)
8+
* fix(model): throw sane error when customer calls `mongoose.Model()` over `mongoose.model()` #2005
9+
110
4.12.4 / 2017-10-21
211
===================
312
* test(plugins): add coverage for idGetter with id as a schema property #5713 [wlingke](https://github.com/wlingke)

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": "4.12.5-pre",
4+
"version": "4.12.5",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)