Skip to content

Commit

Permalink
chore: release 5.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 3, 2019
1 parent c97c83f commit 70f678e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
5.6.12 / 2019-09-03
===================
* fix(schema): handle required validator correctly with `clone()` #8111
* fix(schema): copy schematype getters and setters when cloning #8124 [StphnDamon](https://github.com/StphnDamon)
* fix(discriminator): avoid unnecessarily cloning schema to avoid leaking memory on repeated `discriminator()` calls #2874
* docs(schematypes): clarify when Mongoose uses `toString()` to convert an object to a string #8112 [TheTrueRandom](https://github.com/TheTrueRandom)
* docs(plugins): fix out of date link to npm docs #8100
* docs(deprecations): fix typo #8109 [jgcmarins](https://github.com/jgcmarins)
* refactor(model): remove dependency on `async.parallelLimit()` for `insertMany()` #8073

5.6.11 / 2019-08-25
===================
* fix(model): allow passing options to `exists()` #8075
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.6.12-pre",
"version": "5.6.12",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 70f678e

Please sign in to comment.