Skip to content

Commit ce50c30

Browse files
authored
chore(main): release 1.0.8 (#24)
1 parent aabebd2 commit ce50c30

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.8](https://github.com/mljs/linear-sum-assignment/compare/v1.0.7...v1.0.8) (2025-10-21)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unneeded dependency ([aabebd2](https://github.com/mljs/linear-sum-assignment/commit/aabebd2b8f0bedec1c7119849ceccc43ed19526c))
9+
310
## [1.0.7](https://github.com/mljs/linear-sum-assignment/compare/v1.0.6...v1.0.7) (2024-03-16)
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.7",
3+
"version": "1.0.8",
44
"description": "it performs a linear sum assignment even if the cost matrix is rectangular.",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)