Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin658 committed Oct 31, 2022
1 parent b9487d3 commit 7622862
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7622862

Please sign in to comment.