Skip to content

Commit 7c37a14

Browse files
authored
chore(main): release 1.0.7 (#23)
1 parent d0b3424 commit 7c37a14

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.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+
310
## [1.0.6](https://github.com/mljs/linear-sum-assignment/compare/v1.0.5...v1.0.6) (2024-03-07)
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.6",
3+
"version": "1.0.7",
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)