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 d0b3424 commit 7c37a14Copy full SHA for 7c37a14
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.7](https://github.com/mljs/linear-sum-assignment/compare/v1.0.6...v1.0.7) (2024-03-16)
4
+
5
6
+### Bug Fixes
7
8
+* prepack script ([d0b3424](https://github.com/mljs/linear-sum-assignment/commit/d0b3424aa787ce3302931a165f75062d691d765e))
9
10
## [1.0.6](https://github.com/mljs/linear-sum-assignment/compare/v1.0.5...v1.0.6) (2024-03-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "linear-sum-assignment",
- "version": "1.0.6",
+ "version": "1.0.7",
"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