Skip to content

Commit d582dd8

Browse files
chore(release): 8.0.1 [skip ci]
### [8.0.1](v8.0.0...v8.0.1) (2022-08-24) ### Bug Fixes * remove uses of the spread operator ([7e8a8c9](7e8a8c9))
1 parent b732c7c commit d582dd8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [8.0.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.0.0...v8.0.1) (2022-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* remove uses of the spread operator ([7e8a8c9](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/7e8a8c948a501e4a7aaff0896ac558ffe73971de))
7+
18
## [8.0.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.8.0...v8.0.0) (2022-08-24)
29

310

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-cursor-pagination",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Make it easy to return cursor-paginated results from a Mongo collection",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)