From d582dd8fb49a5cd9374f45dd883f291c9aa10fab Mon Sep 17 00:00:00 2001 From: mixmax-bot Date: Wed, 24 Aug 2022 15:32:09 +0000 Subject: [PATCH] chore(release): 8.0.1 [skip ci] ### [8.0.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.0.0...v8.0.1) (2022-08-24) ### Bug Fixes * remove uses of the spread operator ([7e8a8c9](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/7e8a8c948a501e4a7aaff0896ac558ffe73971de)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6d9dd..eef9496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [8.0.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.0.0...v8.0.1) (2022-08-24) + + +### Bug Fixes + +* remove uses of the spread operator ([7e8a8c9](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/7e8a8c948a501e4a7aaff0896ac558ffe73971de)) + ## [8.0.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.8.0...v8.0.0) (2022-08-24) diff --git a/package-lock.json b/package-lock.json index 0f3139f..1f66170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongo-cursor-pagination", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 24fba29..bdf0007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongo-cursor-pagination", - "version": "8.0.0", + "version": "8.0.1", "description": "Make it easy to return cursor-paginated results from a Mongo collection", "main": "index.js", "files": [