Skip to content

Commit 3e4da14

Browse files
chore(release): 9.1.0 [skip ci]
## [9.1.0](v9.0.1...v9.1.0) (2025-07-04) ### Features * unit tests ([b2cbc8f](b2cbc8f)) ### Bug Fixes * encodePaginationTokens to encode plain objects ([b6005bb](b6005bb))
1 parent 896cf30 commit 3e4da14

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [9.1.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v9.0.1...v9.1.0) (2025-07-04)
2+
3+
4+
### Features
5+
6+
* unit tests ([b2cbc8f](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/b2cbc8fea958a5bcd9ecffba5b4d10cf808bd4c5))
7+
8+
9+
### Bug Fixes
10+
11+
* encodePaginationTokens to encode plain objects ([b6005bb](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/b6005bbe929ce09b0e088839d93b9a4f43fe07a7))
12+
113
### [9.0.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v9.0.0...v9.0.1) (2025-04-01)
214

315

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