From 04ba42e187806091e4d643d050c79ffb78842306 Mon Sep 17 00:00:00 2001 From: Arne Gellhaus Date: Thu, 13 Feb 2025 17:10:14 +0100 Subject: [PATCH] Release 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fed5532..92463da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arnonym/result", - "version": "1.0.3", + "version": "1.0.4", "description": "Result type for TypeScript inspired by Rust", "main": "dist/index.js", "types": "dist/index.d.ts",