We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabebd2 commit ce50c30Copy full SHA for ce50c30
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.8](https://github.com/mljs/linear-sum-assignment/compare/v1.0.7...v1.0.8) (2025-10-21)
4
+
5
6
+### Bug Fixes
7
8
+* remove unneeded dependency ([aabebd2](https://github.com/mljs/linear-sum-assignment/commit/aabebd2b8f0bedec1c7119849ceccc43ed19526c))
9
10
## [1.0.7](https://github.com/mljs/linear-sum-assignment/compare/v1.0.6...v1.0.7) (2024-03-16)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "linear-sum-assignment",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "it performs a linear sum assignment even if the cost matrix is rectangular.",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments