From f3496671ff4287d07a1eac4d6b29279bd296e337 Mon Sep 17 00:00:00 2001 From: BenBenHu Date: Mon, 1 Feb 2021 13:44:37 +0800 Subject: [PATCH] release: bump version to v0.5.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1aa19f5..1db0210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7cb6db2..262894e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.4.1", + "version": "0.5.0", "description": "Cursor-based pagination works with TypeORM.", "main": "lib/index.js", "scripts": {