Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 14, 2024
1 parent f0fe349 commit 293b56f
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,11 +4,24 @@ 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.2](https://github.com/felixmosh/knex-paginate/compare/v3.1.1...v3.1.2)

- Bump mysql2 from 2.3.3 to 3.9.4 [`#50`](https://github.com/felixmosh/knex-paginate/pull/50)
- Bump ip from 1.1.8 to 1.1.9 [`#49`](https://github.com/felixmosh/knex-paginate/pull/49)
- Bump @babel/traverse from 7.21.3 to 7.23.2 [`#47`](https://github.com/felixmosh/knex-paginate/pull/47)
- Bump word-wrap from 1.2.3 to 1.2.4 [`#44`](https://github.com/felixmosh/knex-paginate/pull/44)
- Bump semver from 5.7.1 to 5.7.2 [`#43`](https://github.com/felixmosh/knex-paginate/pull/43)
- Bump vm2 from 3.9.17 to 3.9.18 [`#41`](https://github.com/felixmosh/knex-paginate/pull/41)
- fix: bump node version [`f0fe349`](https://github.com/felixmosh/knex-paginate/commit/f0fe3494725705c3f6f9bd1b2848a6c447179084)

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

> 26 April 2023
- 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)
- Release 3.1.1 [`f2e205f`](https://github.com/felixmosh/knex-paginate/commit/f2e205f6168de6a288e986535db59d72e7a72723)
- 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)
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.1",
"version": "3.1.2",
"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 293b56f

Please sign in to comment.