From e2f468df7cd1d908e28b8250e304b34ccb6b74c4 Mon Sep 17 00:00:00 2001 From: MarcelOlsen Date: Tue, 19 May 2026 21:11:08 +0200 Subject: [PATCH] chore: bump version to 0.4.0 Co-Authored-By: Claude Sonnet 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cae5c4..ac3004b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marcelolsen/mini-react", - "version": "0.3.0", + "version": "0.4.0", "description": "A minimal React implementation with JSX support", "main": "./dist/index.js", "module": "./dist/index.js",