diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad8bcc..0e2ee0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.6](https://github.com/mljs/linear-sum-assignment/compare/v1.0.5...v1.0.6) (2024-03-07) + + +### Bug Fixes + +* update dependencies ([62dae97](https://github.com/mljs/linear-sum-assignment/commit/62dae97c55bc763df5f1759273af44c8ef1aa8a7)) + ## [1.0.5](https://github.com/mljs/linear-sum-assignment/compare/v1.0.4...v1.0.5) (2023-03-24) diff --git a/package.json b/package.json index 1673aae..db6c158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linear-sum-assignment", - "version": "1.0.5", + "version": "1.0.6", "description": "it performs a linear sum assignment even if the cost matrix is rectangular.", "main": "./lib/index.js", "module": "./lib-esm/index.js",