From 68602acdbcf3234513ae65ebcf48e891ce1460a6 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Sat, 24 Feb 2024 20:06:38 +0900 Subject: [PATCH] 0.29.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edef254..d08fcd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linearly", - "version": "0.28.2", + "version": "0.29.0", "description": "Matrix and vector library with immutable data types", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js",