Skip to content

Commit 8a7c7ec

Browse files
chore(release): 7.2.1 [skip ci]
### [7.2.1](v7.2.0...v7.2.1) (2020-05-06) ### Bug Fixes * apply no-var rule changes ([8cf0620](8cf0620)) * comply with new eslint rules ([e5851bd](e5851bd)) * eslint cleanup ([3c3c913](3c3c913))
1 parent 5ddeaf5 commit 8a7c7ec

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### [7.2.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.2.0...v7.2.1) (2020-05-06)
2+
3+
4+
### Bug Fixes
5+
6+
* apply no-var rule changes ([8cf0620](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/8cf0620b023ac460a62788b9d11763211d5a5f88))
7+
* comply with new eslint rules ([e5851bd](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/e5851bde1a86ab322aa6eac4c56995d98f80e74b))
8+
* eslint cleanup ([3c3c913](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/3c3c91311cab97d51896f16c8463d73bdb7d9225))
9+
110
## Changelog
211

312
* 7.2.0 Add support for `COLLATION` configuration parameter.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-cursor-pagination",
3-
"version": "7.2.0",
3+
"version": "7.2.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)