Skip to content

Commit 145fa6a

Browse files
committedJul 4, 2022
Version update 1.7.0
1 parent 5104a3d commit 145fa6a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.7.0
4+
5+
[2022-07-04]
6+
7+
- Added support for sub-document pagination.
8+
9+
[2022-02-28]
10+
11+
- Added support for Mongoose 6
12+
313
## v1.6.3
414

515
[2022-02-28]

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongoose-paginate-v2",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "A custom pagination library for Mongoose with customizable labels.",
55
"main": "dist/index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.