Skip to content

Commit 7622862

Browse files
committed
chore(release): 0.10.0
1 parent b9487d3 commit 7622862

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [0.10.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.9.1...v0.10.0) (2022-10-31)
6+
7+
8+
### Bug Fixes
9+
10+
* remove paginationUniqueKey option ([e43f328](https://github.com/benjamin658/typeorm-cursor-pagination/commit/e43f3282958e79f3d0c86ae1be9d76b20a40d3a8))
11+
512
### [0.9.1](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.9.0...v0.9.1) (2022-07-12)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-cursor-pagination",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Cursor-based pagination works with TypeORM.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)