Skip to content

Commit

Permalink
Release 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 4, 2024
1 parent a60659e commit de14978
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ 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.1.4](https://github.com/felixmosh/knex-paginate/compare/v3.1.3...v3.1.4)

- 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)

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

> 4 June 2024
- Bump mysql2 from 3.9.4 to 3.9.7 [`#51`](https://github.com/felixmosh/knex-paginate/pull/51)
- feat: nump deps [`0aa3213`](https://github.com/felixmosh/knex-paginate/commit/0aa3213b683122b67c531c501ae27bcf856d7159)
- Release 3.1.3 [`a09863f`](https://github.com/felixmosh/knex-paginate/commit/a09863f6f6d67cba339fd111511c5e169bd7f98e)

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

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.3",
"version": "3.1.4",
"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 de14978

Please sign in to comment.