Skip to content

Commit 587088a

Browse files
authored
chore(main): release 1.0.3 (#10)
1 parent 0e40eb1 commit 587088a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
### [1.0.3](https://github.com/jobo322/linear-sum-assignment/compare/v1.0.2...v1.0.3) (2022-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure nbRows <= nbColumns ([3df0e84](https://github.com/jobo322/linear-sum-assignment/commit/3df0e8494d73dfbe90fec2c9ed60629e4fdbe923))
9+
* wrong pred array size ([0e40eb1](https://github.com/jobo322/linear-sum-assignment/commit/0e40eb158d96910d3619389baed190068766a3a3))
10+
311
### [1.0.2](https://github.com/jobo322/linearSumAssignment/compare/v1.0.1...v1.0.2) (2022-05-16)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "1.0.3",
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)