From f4ee2f78e54519d06fc67172960a2d9f1955dc7d Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Tue, 15 Dec 2020 15:35:30 +0800 Subject: [PATCH] feat:upgrade version to 1.6.0 --- packages/graphin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphin/package.json b/packages/graphin/package.json index 3f59ab718..1e71f20e7 100644 --- a/packages/graphin/package.json +++ b/packages/graphin/package.json @@ -1,6 +1,6 @@ { "name": "@antv/graphin", - "version": "1.5.0", + "version": "1.6.0", "description": "the react toolkit for graph analysis based on g6", "main": "./dist/index", "types": "./dist/index.d",