From d4e90880af2a1fa43b498eff5fce94fb430e50dc Mon Sep 17 00:00:00 2001 From: Jose Alejandro Bolanos Arroyave Date: Fri, 24 Mar 2023 08:42:59 -0500 Subject: [PATCH] chore(main): release 1.0.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca05ad1..2ad8bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/mljs/linear-sum-assignment/compare/v1.0.4...v1.0.5) (2023-03-24) + + +### Bug Fixes + +* update dependencies and remove package-lock ([95b5b4d](https://github.com/mljs/linear-sum-assignment/commit/95b5b4d9aac9d6eb87f7680b458fcc38b1112c01)) + ### [1.0.4](https://github.com/jobo322/linear-sum-assignment/compare/v1.0.3...v1.0.4) (2022-05-26) diff --git a/package.json b/package.json index a480035..7ee87a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linear-sum-assignment", - "version": "1.0.4", + "version": "1.0.5", "description": "it performs a linear sum assignment even if the cost matrix is rectangular.", "main": "./lib/index.js", "module": "./lib-esm/index.js",