From 18463c5799d3838e832e8a1141ed216290ba8af9 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Mon, 4 Mar 2024 14:30:11 +0900 Subject: [PATCH] 0.30.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d08fcd3..ab06417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linearly", - "version": "0.29.0", + "version": "0.30.0", "description": "Matrix and vector library with immutable data types", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js",