Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 26, 2023
1 parent d67d360 commit f2e205f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,25 @@ 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.1](https://github.com/felixmosh/knex-paginate/compare/v3.1.0...v3.1.1)

- Bump vm2 from 3.9.16 to 3.9.17 [`#39`](https://github.com/felixmosh/knex-paginate/pull/39)
- Bump vm2 from 3.9.15 to 3.9.16 [`#38`](https://github.com/felixmosh/knex-paginate/pull/38)
- Bump vm2 from 3.9.14 to 3.9.15 [`#37`](https://github.com/felixmosh/knex-paginate/pull/37)
- test: add test that uses CTE (Common table expressions) [`d67d360`](https://github.com/felixmosh/knex-paginate/commit/d67d3607aabf5504bfd2ffca8173c0a05d32289c)

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

> 19 March 2023
- 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)
- Release 3.1.0 [`b702080`](https://github.com/felixmosh/knex-paginate/commit/b7020801b65ee194f226e14f3a6d1a81d1a9644b)
- 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)
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.0",
"version": "3.1.1",
"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 f2e205f

Please sign in to comment.