Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jul 27, 2020
1 parent 84667e1 commit 9e3ef9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +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).

#### [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
- 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)
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": "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",
Expand Down

0 comments on commit 9e3ef9d

Please sign in to comment.