diff --git a/CHANGELOG.md b/CHANGELOG.md index 03aeab4..ac93307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 70ce91f..bb08172 100644 --- a/package.json +++ b/package.json @@ -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",