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 95b5b4d commit 47d8ba7Copy full SHA for 47d8ba7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.5](https://github.com/mljs/linear-sum-assignment/compare/v1.0.4...v1.0.5) (2023-03-24)
4
+
5
6
+### Bug Fixes
7
8
+* update dependencies and remove package-lock ([95b5b4d](https://github.com/mljs/linear-sum-assignment/commit/95b5b4d9aac9d6eb87f7680b458fcc38b1112c01))
9
10
### [1.0.4](https://github.com/jobo322/linear-sum-assignment/compare/v1.0.3...v1.0.4) (2022-05-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "linear-sum-assignment",
- "version": "1.0.4",
+ "version": "1.0.5",
"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