Skip to content

Commit 0fafa68

Browse files
chore(release): 9.0.1 [skip ci]
### [9.0.1](v9.0.0...v9.0.1) (2025-04-01) ### Bug Fixes * lib entry point ([274a7c9](274a7c9))
1 parent fe62cf2 commit 0fafa68

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [9.0.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v9.0.0...v9.0.1) (2025-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* lib entry point ([274a7c9](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/274a7c98aca8c156f5aa968c733df3fb42bdb4e7))
7+
18
## [9.0.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.3...v9.0.0) (2025-04-01)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-cursor-pagination",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Make it easy to return cursor-paginated results from a Mongo collection",
55
"main": "dist/node/index.js",
66
"files": [
@@ -12,7 +12,7 @@
1212
"ci": "npm run lint && npm run test",
1313
"ci:commitlint": "commitlint-jenkins --pr-only",
1414
"lint": "eslint . && tsc --noEmit",
15-
"prepublishOnly": "npm run build && if [ \"$CI\" = '' ] && [ \"$npm_config_dry_run\" != true ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
15+
"prepublishOnly": "npm run build",
1616
"semantic-release": "SEMANTIC_COMMITLINT_SKIP=f4543f643bac890c627d538e6200c5f5a1d45ebc semantic-release",
1717
"test": "npm run test:mongoist && npm run test:native",
1818
"test:mongoist": "DRIVER=mongoist jest --forceExit",

0 commit comments

Comments
 (0)