Skip to content

Commit c410f05

Browse files
chore(release): 8.0.0 [skip ci]
## [8.0.0](v7.8.0...v8.0.0) (2022-08-24) ### ⚠ BREAKING CHANGES * functional fixes and possible performance changes in `aggregate`. ### Features * force a major release ([9c73e07](9c73e07))
1 parent e88f958 commit c410f05

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [8.0.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.8.0...v8.0.0) (2022-08-24)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* functional fixes and possible performance changes in `aggregate`.
7+
8+
### Features
9+
10+
* force a major release ([9c73e07](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/9c73e07f71176433e0ca3279996b3b9d5e39a175))
11+
112
## [7.8.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.7.0...v7.8.0) (2022-08-23)
213

314

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.8.0",
3+
"version": "8.0.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)