From 88b99f611308ca2bb6f16b31e4a573c6090e2305 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 29 Jul 2025 09:26:44 +0000 Subject: [PATCH] fix(release): bump version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3761436..9414333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fin.cx/calculation", - "version": "1.0.0", + "version": "1.0.1", "private": false, "description": "A unified, cross-platform financial calculation package with decimal precision for accurate financial computations", "main": "dist_ts/index.js",