From c718b146d22f29c8a0d4802e6cc95e31f0fbbedd Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sat, 14 Mar 2026 01:11:07 +0000 Subject: [PATCH] Bump version to 0.2.0 Breaking: JrxNode is now a union type (JrxElement | null | undefined), isJrxNode renamed to isJrxElement. Co-authored-by: Ona --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdc1daa..00c25de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nym.sh/jrx", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "publishConfig": { "access": "public"