Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Dec 23, 2024
1 parent 46e4f47 commit f48143e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.2.0](https://github.com/felixmosh/knex-paginate/compare/v3.1.4...v3.2.0)

- Bump cross-spawn from 7.0.3 to 7.0.6 [`#56`](https://github.com/felixmosh/knex-paginate/pull/56)
- Bump micromatch from 4.0.5 to 4.0.8 [`#55`](https://github.com/felixmosh/knex-paginate/pull/55)
- Bump braces from 3.0.2 to 3.0.3 [`#53`](https://github.com/felixmosh/knex-paginate/pull/53)
- feat: add disabled flag to disable pagination, closes #57 [`#57`](https://github.com/felixmosh/knex-paginate/issues/57)
- refactor: cleanup some code style [`d1e4a79`](https://github.com/felixmosh/knex-paginate/commit/d1e4a796ce0d09d98b1cf8a6fb1648149dfdc3ee)
- format readme [`2b9895a`](https://github.com/felixmosh/knex-paginate/commit/2b9895a896f3d097ccd0a2f08ec292e5746c08c7)
- fix: bump github actions [`8c0aa9e`](https://github.com/felixmosh/knex-paginate/commit/8c0aa9e7abcb25addc9510e950083496ddbf762e)

#### [v3.1.4](https://github.com/felixmosh/knex-paginate/compare/v3.1.3...v3.1.4)

> 4 June 2024
- fix: update lock file [`e75487e`](https://github.com/felixmosh/knex-paginate/commit/e75487e9a7dc8352e7d0962e0228fce8bb3ae8be)
- fix: normalize currentPage to 1 if lower given [`a60659e`](https://github.com/felixmosh/knex-paginate/commit/a60659ea1a1175ed2f416e853a989589881e33c5)
- fix: update knex-mock-client usage [`172f292`](https://github.com/felixmosh/knex-paginate/commit/172f292d0cea3f620c86f7615adcd776e85cffc6)
- Release 3.1.4 [`de14978`](https://github.com/felixmosh/knex-paginate/commit/de1497840965fdc76154b0bc686ff05eaa6d05c4)

#### [v3.1.3](https://github.com/felixmosh/knex-paginate/compare/v3.1.2...v3.1.3)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knex-paginate",
"version": "3.1.4",
"version": "3.2.0",
"description": "Extension of Knex's query builder with `paginate` method that will help with your pagination tasks.",
"main": "lib/index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit f48143e

Please sign in to comment.