We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f2fdc commit 88ad47eCopy full SHA for 88ad47e
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.9](https://github.com/mljs/linear-sum-assignment/compare/v1.0.8...v1.0.9) (2025-10-21)
4
+
5
6
+### Bug Fixes
7
8
+* update dependencies and fix build ([#25](https://github.com/mljs/linear-sum-assignment/issues/25)) ([a3f2fdc](https://github.com/mljs/linear-sum-assignment/commit/a3f2fdc7bce9ffd5ed1f95c3f35939a18ba9bd6a))
9
10
## [1.0.8](https://github.com/mljs/linear-sum-assignment/compare/v1.0.7...v1.0.8) (2025-10-21)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "linear-sum-assignment",
- "version": "1.0.8",
+ "version": "1.0.9",
"license": "MIT",
"description": "it performs a linear sum assignment even if the cost matrix is rectangular.",
"keywords": [],
0 commit comments