From df657ebcf488cdeac2c934ecad9644937ffdfa5f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Aug 2021 17:51:49 +0000 Subject: [PATCH] chore(release): 7.6.0 [skip ci] ## [7.6.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.5.0...v7.6.0) (2021-08-26) ### Features * add support for aggregation `hint`s ([b90acd4](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/b90acd46c0d70c664ef5270e64a584f124558264)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91ff3f..b2a7635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.6.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.5.0...v7.6.0) (2021-08-26) + + +### Features + +* add support for aggregation `hint`s ([b90acd4](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/b90acd46c0d70c664ef5270e64a584f124558264)) + ## [7.5.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.4.0...v7.5.0) (2021-08-26) diff --git a/package-lock.json b/package-lock.json index 679da54..a3ac34e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongo-cursor-pagination", - "version": "7.5.0", + "version": "7.6.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 94bbe17..e66763b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongo-cursor-pagination", - "version": "7.5.0", + "version": "7.6.0", "description": "Make it easy to return cursor-paginated results from a Mongo collection", "main": "index.js", "files": [