diff --git a/History.md b/History.md index dc466dbb1c0..9331b53fcba 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +5.13.16 / 2023-02-20 +==================== + * fix: make access to process.versions lazy #12584 [maciasello](https://github.com/maciasello) + * fix(types): add missing type definitions for `bulkSave()` #12019 + * docs: backport documentation URL updates #12692 [hasezoey](https://github.com/hasezoey) + 5.13.15 / 2022-08-22 ==================== * fix: backport fix for CVE-2022-2564 #12281 [shubanker](https://github.com/shubanker) diff --git a/package.json b/package.json index 28f58a3b5a0..c5e3e1a4e36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.13.15", + "version": "5.13.16", "author": "Guillermo Rauch ", "keywords": [ "mongodb",