There was an error while loading. Please reload this page.
1 parent cdab11e commit e76c41cCopy full SHA for e76c41c
History.md
@@ -1,3 +1,9 @@
1
+5.13.16 / 2023-02-20
2
+====================
3
+ * fix: make access to process.versions lazy #12584 [maciasello](https://github.com/maciasello)
4
+ * fix(types): add missing type definitions for `bulkSave()` #12019
5
+ * docs: backport documentation URL updates #12692 [hasezoey](https://github.com/hasezoey)
6
+
7
5.13.15 / 2022-08-22
8
====================
9
* fix: backport fix for CVE-2022-2564 #12281 [shubanker](https://github.com/shubanker)
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "5.13.15",
+ "version": "5.13.16",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments