diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f0e1c..085a74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.8.1](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.8.0...v0.8.1) (2022-03-21) + + +### Features + +* **paginator:** convert Order type to enum ([1f4bcb4](https://github.com/benjamin658/typeorm-cursor-pagination/commit/1f4bcb447956ca497bcbada997c722d5899e77ae)) + + +### Bug Fixes + +* **tests:** make float column test deterministic ([a021235](https://github.com/benjamin658/typeorm-cursor-pagination/commit/a021235cd95e415e2732efac8f89adf5f4258448)) + ## [0.8.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.7.0...v0.8.0) (2022-03-18) ## [0.7.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.6.0...v0.7.0) (2022-02-21) diff --git a/package-lock.json b/package-lock.json index 439dee6..124160b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef9f060..1390de9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.8.0", + "version": "0.8.1", "description": "Cursor-based pagination works with TypeORM.", "main": "lib/index.js", "scripts": {