Skip to content

Commit

Permalink
chore: release 5.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 16, 2021
1 parent 88a32fe commit 3924628
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.13.3 / 2021-07-16
===================
* fix(model): avoid throwing error when bulkSave() called on a document with no changes #10437
* fix(timestamps): apply timestamps when creating new subdocs with `$addToSet` and with positional operator #10447
* fix(schema): allow calling Schema#loadClass() with class that has a static getter with no setter #10436
* fix(model): handle re-applying object defaults after explicitly unsetting #10442 [semirturgay](https://github.com/semirturgay)
* fix: bump mongodb driver -> 3.6.10 #10440 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(index.d.ts): consistently use NativeDate instead of Date for Date validators and timestamps functions #10426
* fix(index.d.ts): allow calling `discriminator()` with non-document #10452 #10421 [DouglasGabr](https://github.com/DouglasGabr)
* fix(index.d.ts): allow passing ResultType generic to Schema#path() #10435

5.13.2 / 2021-07-03
===================
* fix: hardcode @types/node version for now to avoid breaking changes from DefinitelyTyped/DefinitelyTyped#53669 #10415
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.13.2",
"version": "5.13.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 3924628

Please sign in to comment.