From 14b6843bd62437636e3773adebb70a05667ecdd7 Mon Sep 17 00:00:00 2001 From: Eliav Louski Date: Sun, 9 Aug 2026 02:02:05 +0300 Subject: [PATCH] chore(release): 2.1.0 Version only. Everything this release contains is already on main, and the changelog entry landed in #214. Pushing this to main is what triggers publishing: publish.yml runs the full CI suite, then npm publish with provenance through Trusted Publishing, then cuts the v2.1.0 GitHub release. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9381373..3304e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-xarrows", - "version": "2.0.2", + "version": "2.1.0", "author": "Eliav Louski", "description": "Draw arrows (or lines) between components in React!", "main": "./lib/index.cjs",