Skip to content

Commit

Permalink
Merge branch '5.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 20, 2023
2 parents 2d49df6 + e76c41c commit ac5b5f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

6.9.2 / 2023-02-16
==================
* fix(model): fixed post('save') callback parameter #13030 #13026 [lpizzinidev](https://github.com/lpizzinidev)
Expand Down
2 changes: 1 addition & 1 deletion docs/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ exports.connect = async function() {
*Want to learn how to check whether your favorite JavaScript frameworks, like [Express](http://expressjs.com/) or [React](https://reactjs.org/), work with async/await? Spoiler alert: neither Express nor React support async/await. Chapter 4 of Mastering Async/Await explains the basic principles for determining whether a framework supports async/await. [Get your copy!](http://asyncawait.net/?utm_source=mongoosejs&utm_campaign=lambda)*

<a href="http://asyncawait.net/?utm_source=mongoosejs&utm_campaign=lambda" style="margin-left: 100px">
<img src="/docs/images/asyncawait.png" style="width: 650px" />
<img src="images/asyncawait.png" style="width: 650px" />
</a>
2 changes: 2 additions & 0 deletions test/browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Module dependencies.
*/

require('../lib/browser');

const Document = require('../lib/browserDocument');
const Schema = require('../lib/schema');
const assert = require('assert');
Expand Down

0 comments on commit ac5b5f6

Please sign in to comment.