Skip to content

Commit 47d8ba7

Browse files
authored
chore(main): release 1.0.5 (#21)
1 parent 95b5b4d commit 47d8ba7

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.5](https://github.com/mljs/linear-sum-assignment/compare/v1.0.4...v1.0.5) (2023-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* update dependencies and remove package-lock ([95b5b4d](https://github.com/mljs/linear-sum-assignment/commit/95b5b4d9aac9d6eb87f7680b458fcc38b1112c01))
9+
310
### [1.0.4](https://github.com/jobo322/linear-sum-assignment/compare/v1.0.3...v1.0.4) (2022-05-26)
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.4",
3+
"version": "1.0.5",
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)