Skip to content

Commit 1a1fae2

Browse files
chore(release): 7.3.0 [skip ci]
## [7.3.0](v7.2.1...v7.3.0) (2020-05-06) ### Features * **find:** add optional hint parameter for the cursor ([17616da](17616da))
1 parent 117275f commit 1a1fae2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.3.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.2.1...v7.3.0) (2020-05-06)
2+
3+
4+
### Features
5+
6+
* **find:** add optional hint parameter for the cursor ([17616da](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/17616da43641ff2d455e70d96368e839afb216ae))
7+
18
### [7.2.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.2.0...v7.2.1) (2020-05-06)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-cursor-pagination",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"description": "Make it easy to return cursor-paginated results from a Mongo collection",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)