From 6e3a64dd1c6d44de9bc5dd4fb28b61e7583d0d0d Mon Sep 17 00:00:00 2001 From: mixmax-bot Date: Fri, 26 Aug 2022 13:19:47 +0000 Subject: [PATCH] chore(release): 8.1.2 [skip ci] ### [8.1.2](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.1...v8.1.2) (2022-08-26) ### Bug Fixes * use the transpiled version in node 12 ([a705377](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/a705377f0a191dd2f27482a8cd09f46ce5825829)) --- 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 a2d1995..e43b5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [8.1.2](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.1...v8.1.2) (2022-08-26) + + +### Bug Fixes + +* use the transpiled version in node 12 ([a705377](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/a705377f0a191dd2f27482a8cd09f46ce5825829)) + ### [8.1.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.0...v8.1.1) (2022-08-26) diff --git a/package-lock.json b/package-lock.json index b8186a4..9066341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongo-cursor-pagination", - "version": "8.1.1", + "version": "8.1.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7bde513..91f84d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongo-cursor-pagination", - "version": "8.1.1", + "version": "8.1.2", "description": "Make it easy to return cursor-paginated results from a Mongo collection", "main": "index.js", "files": [