diff --git a/CHANGELOG.md b/CHANGELOG.md index 085a74b..322d634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.9.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.8.1...v0.9.0) (2022-07-05) + ### [0.8.1](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.8.0...v0.8.1) (2022-03-21) diff --git a/package-lock.json b/package-lock.json index 9755bb9..b2792f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 379b967..cea7740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.8.1", + "version": "0.9.0", "description": "Cursor-based pagination works with TypeORM.", "main": "lib/index.js", "scripts": {