Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Mar 19, 2023
1 parent bccdeac commit b702080
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ 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.0](https://github.com/felixmosh/knex-paginate/compare/v3.0.2...v3.1.0)

- feat: add prev / next page when aware of content, closes #35 [`#36`](https://github.com/felixmosh/knex-paginate/pull/36)
- Bump cacheable-request from 10.2.2 to 10.2.7 [`#34`](https://github.com/felixmosh/knex-paginate/pull/34)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [`#33`](https://github.com/felixmosh/knex-paginate/pull/33)
- Bump knex from 2.3.0 to 2.4.0 [`#32`](https://github.com/felixmosh/knex-paginate/pull/32)
- Bump json5 from 2.2.1 to 2.2.3 [`#31`](https://github.com/felixmosh/knex-paginate/pull/31)
- feat: add prev / next page when aware of content, closes #35 (#36) [`#35`](https://github.com/felixmosh/knex-paginate/issues/35)
- chore: deps bump [`bccdeac`](https://github.com/felixmosh/knex-paginate/commit/bccdeaccb3ac66a0fac82a3da9fb80b4be478d07)
- Create FUNDING.yml [`68b5b9b`](https://github.com/felixmosh/knex-paginate/commit/68b5b9be8648bbcae2aef8597c772b34815f037f)

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

> 31 October 2022
- fix: Handle a case when redshift returns value of TOTAL=0 [`#30`](https://github.com/felixmosh/knex-paginate/pull/30)
- Bump hosted-git-info from 2.8.8 to 2.8.9 [`#29`](https://github.com/felixmosh/knex-paginate/pull/29)
- Bump trim-newlines from 3.0.0 to 3.0.1 [`#28`](https://github.com/felixmosh/knex-paginate/pull/28)
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.0.2",
"version": "3.1.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 b702080

Please sign in to comment.