diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af001d..550fcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2d6e2bf..d6df27a 100644 --- a/package.json +++ b/package.json @@ -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",