From 3fe88cb9e03062fc0d0299e92bdf6ee3b1260c49 Mon Sep 17 00:00:00 2001 From: pearmini Date: Mon, 20 Oct 2025 23:30:23 -0400 Subject: [PATCH] Release v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b509ef7..e67429f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recho-notebook", - "version": "0.1.0", + "version": "0.2.0", "description": "A free, open-source, reactive editor for algorithms and ASCII art. It introduces a plain code format for notebooks — echoing output inline as comments for live, in-situ coding with instant feedback.", "author": "Recho", "license": "ISC",