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",