Skip to content

Commit df657eb

Browse files
chore(release): 7.6.0 [skip ci]
## [7.6.0](v7.5.0...v7.6.0) (2021-08-26) ### Features * add support for aggregation `hint`s ([b90acd4](b90acd4))
1 parent 2f053f0 commit df657eb

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.6.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.5.0...v7.6.0) (2021-08-26)
2+
3+
4+
### Features
5+
6+
* add support for aggregation `hint`s ([b90acd4](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/b90acd46c0d70c664ef5270e64a584f124558264))
7+
18
## [7.5.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.4.0...v7.5.0) (2021-08-26)
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.5.0",
3+
"version": "7.6.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)