Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 24, 2022
1 parent e88f958 commit c410f05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [8.0.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/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](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/9c73e07f71176433e0ca3279996b3b9d5e39a175))

## [7.8.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.7.0...v7.8.0) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongo-cursor-pagination",
"version": "7.8.0",
"version": "8.0.0",
"description": "Make it easy to return cursor-paginated results from a Mongo collection",
"main": "index.js",
"files": [
Expand Down

0 comments on commit c410f05

Please sign in to comment.