diff --git a/package-lock.json b/package-lock.json index 1ad27c8..f092e83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 413de21..b8ea0b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.6.0", + "version": "0.6.1", "description": "Cursor-based pagination works with TypeORM.", "main": "lib/index.js", "scripts": {