From 3c139862c6f760298785bf8508b3122fe81f854a Mon Sep 17 00:00:00 2001 From: BenBenHu Date: Wed, 4 Mar 2020 11:15:24 +0800 Subject: [PATCH] release: bump version to v0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4c70d8..fe65b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-cursor-pagination", - "version": "0.1.2", + "version": "0.1.3", "description": "Cursor-based pagination works with TypeORM.", "main": "lib/index.js", "scripts": {