From 9e3ef9dbbfd0e95469e3682a16f666395c1ae619 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Mon, 27 Jul 2020 15:19:21 +0300 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb83a9c..b79859b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +#### [v1.2.2](https://github.com/felixmosh/knex-paginate/compare/v1.2.1...v1.2.2) + +> 27 July 2020 + +- fix: Change internal columnName & table alias to support oracle db. closes #9 [`#9`](https://github.com/felixmosh/knex-paginate/issues/9) +- Add release-it [`84667e1`](https://github.com/felixmosh/knex-paginate/commit/84667e19272b30aec0a2a27741edef382c31578a) + #### [v1.2.1](https://github.com/felixmosh/knex-paginate/compare/v1.2.0...v1.2.1) > 29 April 2020 @@ -11,6 +18,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(mssql): fix count request in MSSQL [`#7`](https://github.com/felixmosh/knex-paginate/pull/7) - fix(mssql): fix count request in MSSQL (#7) [`#6`](https://github.com/felixmosh/knex-paginate/issues/6) - Add test for clearing order statement from the count sub query. [`7a1301b`](https://github.com/felixmosh/knex-paginate/commit/7a1301b7e792ca818f5722145d7e26675da1411b) +- Bump v1.2.1 [`57fe4ac`](https://github.com/felixmosh/knex-paginate/commit/57fe4ac478e2ef6a0cbe8d601730646bc2b6d3c0) - Bump dev deps [`b258c62`](https://github.com/felixmosh/knex-paginate/commit/b258c62fcd09915175a0f8bafc2d71aad9e3cf49) #### [v1.2.0](https://github.com/felixmosh/knex-paginate/compare/v1.1.1...v1.2.0) diff --git a/package.json b/package.json index 4df26df..09a50fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-paginate", - "version": "1.2.1", + "version": "1.2.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",