Skip to content

Commit 463f2d8

Browse files
committedAug 30, 2021
chore: release 6.0.3
1 parent 953131d commit 463f2d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.0.3 / 2021-08-30
2+
==================
3+
* fix: handle buffering with find() now that find() no longer accepts a callback #10639 #10634 #10610
4+
15
6.0.2 / 2021-08-26
26
==================
37
* fix(query): handle find() when buffering on initial connection #10610

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.0.2",
4+
"version": "6.0.3",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.