From e945ce71c1e987fdbef3c57a1747e71c7d5d1317 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Fri, 16 Feb 2024 23:52:07 +0900 Subject: [PATCH] 0.24.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa44d9f..394611a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linearly", - "version": "0.24.0", + "version": "0.24.1", "description": "Matrix and vector library with immutable data types", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js",