Skip to content

Commit

Permalink
chore: release 4.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 24, 2017
1 parent 5fe1296 commit ca446b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
@@ -1,3 +1,14 @@
4.9.6 / 2017-04-23
==================
* fix: update `parentArray` references when directly assigning document arrays #5192 [jhob](https://github.com/jhob)
* docs: improve schematype validator docs #5178 [milesbarr](https://github.com/milesbarr)
* fix(model): modify discriminator() class in place #5175
* fix(model): handle bulkWrite updateMany casting #5172 [tzellman](https://github.com/tzellman)
* docs(model): fix replaceOne example for bulkWrite #5168
* fix(document): don't create a new array subdoc when creating schema array #5162
* fix(model): merge query hooks from discriminators #5147
* fix(document): add parent() function to subdocument to match array subdoc #5134

4.9.5 / 2017-04-16
==================
* fix(query): correct $pullAll casting of null #5164 [Sebmaster](https://github.com/Sebmaster)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "4.9.6-pre",
"version": "4.9.6",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit ca446b5

Please sign in to comment.