Skip to content

Commit

Permalink
chore(release): 7.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.8.0](v7.7.0...v7.8.0) (2022-08-23)

### Features

* add a `sortCaseInsensitive` option to `find` and `aggregate` ([#323](#323)) ([f4543f6](f4543f6))

### Bug Fixes

* improve documentation and skip commit ([e33a493](e33a493))
  • Loading branch information
semantic-release-bot committed Aug 23, 2022
1 parent c4463ac commit 2a72d86
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [7.8.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.7.0...v7.8.0) (2022-08-23)


### Features

* add a `sortCaseInsensitive` option to `find` and `aggregate` ([#323](https://github.com/mixmaxhq/mongo-cursor-pagination/issues/323)) ([f4543f6](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/f4543f643bac890c627d538e6200c5f5a1d45ebc))


### Bug Fixes

* improve documentation and skip commit ([e33a493](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/e33a493f98712dbbdac2ea3ed6a9a5c731dea448))

## [7.7.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.6.1...v7.7.0) (2022-08-16)


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.7.0",
"version": "7.8.0",
"description": "Make it easy to return cursor-paginated results from a Mongo collection",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 2a72d86

Please sign in to comment.