From 37129bab1df78949df4c058caa0511dbab84c3d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Jan 2026 07:19:09 +0000 Subject: [PATCH] chore(release): bump version to 0.2.4 [skip ci] --- package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c6674f..631cf58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thaterror", "private": true, - "version": "0.2.3", + "version": "0.2.4", "workspaces": [ "packages/*" ], diff --git a/packages/core/package.json b/packages/core/package.json index f35fc4a..dffa37f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@thaterror/core", - "version": "0.2.3", + "version": "0.2.4", "description": "", "main": "src/index.ts", "type": "module",