Skip to content

Commit

Permalink
chore(release): 8.1.1 [skip ci]
Browse files Browse the repository at this point in the history
### [8.1.1](v8.1.0...v8.1.1) (2022-08-26)

### Bug Fixes

* properly page through undefs and nulls ([0eb28e7](0eb28e7))
  • Loading branch information
semantic-release-bot committed Aug 26, 2022
1 parent 0bcdaf0 commit fd3fcfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [8.1.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.0...v8.1.1) (2022-08-26)


### Bug Fixes

* properly page through undefs and nulls ([0eb28e7](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/0eb28e7f573511ef7fc8790e9c0fc84e5a997cef))

## [8.1.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.0.1...v8.1.0) (2022-08-25)


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

0 comments on commit fd3fcfc

Please sign in to comment.