diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc343f..e4b40ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.10.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.9.1...v0.10.0) (2022-10-31) + + +### Bug Fixes + +* remove paginationUniqueKey option ([e43f328](https://github.com/benjamin658/typeorm-cursor-pagination/commit/e43f3282958e79f3d0c86ae1be9d76b20a40d3a8)) + ### [0.9.1](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.9.0...v0.9.1) (2022-07-12) diff --git a/package-lock.json b/package-lock.json index bb8cbf8..6c301c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typeorm-cursor-pagination", - "version": "0.9.1", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typeorm-cursor-pagination", - "version": "0.9.1", + "version": "0.10.0", "license": "MIT", "devDependencies": { "@types/chai": "^4.2.9", diff --git a/package.json b/package.json index 83be62f..fa079fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.9.1", + "version": "0.10.0", "description": "Cursor-based pagination works with TypeORM.", "main": "lib/index.js", "scripts": {