From 79fd44a013725a0b330903f3d0207463218f6ebb Mon Sep 17 00:00:00 2001 From: Jay Date: Sun, 2 Nov 2025 14:49:43 -0500 Subject: [PATCH] Bump version. Include license. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f9e8d8c..f85e709 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@wisehodl/roots", - "version": "0.2.0", + "version": "0.2.1", "description": "A minimal Nostr protocol library for typescript", + "license": "MIT", "exports": { "./events": { "import": "./dist/events/index.js",