chore: release 2.1.0

This commit is contained in:
Kritagya Bhattarai (CalfMoon) 2026-03-28 20:07:59 +05:45
parent 41636dd29c
commit 2810b9379c
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "node-factor",
"name": "Node Factor",
"version": "2.0.0",
"version": "2.1.0",
"minAppVersion": "0.15.0",
"description": "Customize factors effecting node size in graph.",
"author": "CalfMoon",

View file

@ -1,6 +1,6 @@
{
"name": "node-factor",
"version": "2.0.0",
"version": "2.1.0",
"description": "Customize factors effecting node size in graph.",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"2.0.0": "0.15.0"
"2.0.0": "0.15.0",
"2.1.0": "0.15.0"
}