Skip to content

Commit 88ad47e

Browse files
authored
chore(main): release 1.0.9 (#26)
1 parent a3f2fdc commit 88ad47e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.0.8](https://github.com/mljs/linear-sum-assignment/compare/v1.0.7...v1.0.8) (2025-10-21)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linear-sum-assignment",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"license": "MIT",
55
"description": "it performs a linear sum assignment even if the cost matrix is rectangular.",
66
"keywords": [],

0 commit comments

Comments
 (0)