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 62dae97 commit ca1542eCopy full SHA for ca1542e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.6](https://github.com/mljs/linear-sum-assignment/compare/v1.0.5...v1.0.6) (2024-03-07)
4
+
5
6
+### Bug Fixes
7
8
+* update dependencies ([62dae97](https://github.com/mljs/linear-sum-assignment/commit/62dae97c55bc763df5f1759273af44c8ef1aa8a7))
9
10
## [1.0.5](https://github.com/mljs/linear-sum-assignment/compare/v1.0.4...v1.0.5) (2023-03-24)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "linear-sum-assignment",
- "version": "1.0.5",
+ "version": "1.0.6",
"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