Skip to content

Commit 6dde629

Browse files
chore(release): 9.1.1-beta.1 [skip ci]
### [9.1.1-beta.1](v9.1.0...v9.1.1-beta.1) (2025-10-29) ### Bug Fixes * pagination error when paginatedField is not _id ([b9c6dca](b9c6dca)) * pagination error when paginatedField is not _id ([28ba215](28ba215))
1 parent 8a34ec6 commit 6dde629

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### [9.1.1-beta.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v9.1.0...v9.1.1-beta.1) (2025-10-29)
2+
3+
4+
### Bug Fixes
5+
6+
* pagination error when paginatedField is not _id ([b9c6dca](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/b9c6dcac9683f4433ef808d02c01d110737f0349))
7+
* pagination error when paginatedField is not _id ([28ba215](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/28ba215bf4651e572751edaf857745aeb9ee4c18))
8+
19
## [9.1.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v9.0.1...v9.1.0) (2025-07-04)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "9.1.0",
3+
"version": "9.1.1-beta.1",
44
"description": "Make it easy to return cursor-paginated results from a Mongo collection",
55
"main": "dist/node/index.js",
66
"files": [

0 commit comments

Comments
 (0)