From b050addb2bfa57596a8fe034cdaa08ef73ef72d6 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:21:22 +0200 Subject: [PATCH] chore(main): release 6.11.1 (#189) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 865def0..0a60297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.11.1](https://github.com/mljs/matrix/compare/v6.11.0...v6.11.1) (2024-06-10) + + +### Bug Fixes + +* **DistanceMatrix:** fromCompact with an empty array ([637598e](https://github.com/mljs/matrix/commit/637598edb96d3066baef6d0241915898158f43d7)) + ## [6.11.0](https://github.com/mljs/matrix/compare/v6.10.8...v6.11.0) (2023-11-30) diff --git a/package.json b/package.json index cd1b990..2e91265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-matrix", - "version": "6.11.0", + "version": "6.11.1", "description": "Matrix manipulation and computation library", "main": "matrix.js", "module": "src/index.js",