From ad6b4950d5c8833eeda139650dce73e50d2216e8 Mon Sep 17 00:00:00 2001 From: mixmax-bot Date: Tue, 14 Feb 2023 11:08:41 +0000 Subject: [PATCH] chore(release): 8.1.3 [skip ci] ### [8.1.3](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.2...v8.1.3) (2023-02-14) ### Bug Fixes * bump mongodb-memory-server dependency ([0bb0e3d](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/0bb0e3d5624cdc2a4420f885a00538a88ca86635)) * regenerate package-lock.json ([659ec34](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/659ec34f4c9f2f58b8024f8507d7cf73f06a8854)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43b5e7..8114b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [8.1.3](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.2...v8.1.3) (2023-02-14) + + +### Bug Fixes + +* bump mongodb-memory-server dependency ([0bb0e3d](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/0bb0e3d5624cdc2a4420f885a00538a88ca86635)) +* regenerate package-lock.json ([659ec34](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/659ec34f4c9f2f58b8024f8507d7cf73f06a8854)) + ### [8.1.2](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.1...v8.1.2) (2022-08-26) diff --git a/package-lock.json b/package-lock.json index 147cde7..e478dc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongo-cursor-pagination", - "version": "8.1.2", + "version": "8.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3147a26..f8f0fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongo-cursor-pagination", - "version": "8.1.2", + "version": "8.1.3", "description": "Make it easy to return cursor-paginated results from a Mongo collection", "main": "index.js", "files": [