From f1aa72c62f1ac086ad7f30aa730678da0412567e Mon Sep 17 00:00:00 2001 From: Jose Alejandro Bolanos Arroyave Date: Thu, 26 May 2022 11:11:49 -0500 Subject: [PATCH] chore(main): release 1.0.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c4827..ca05ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.4](https://github.com/jobo322/linear-sum-assignment/compare/v1.0.3...v1.0.4) (2022-05-26) + + +### Bug Fixes + +* use updated dependencies ([#19](https://github.com/jobo322/linear-sum-assignment/issues/19)) ([508cde5](https://github.com/jobo322/linear-sum-assignment/commit/508cde5898fcfd03941f6b464554e6881d5cc35b)) + ### [1.0.3](https://github.com/jobo322/linear-sum-assignment/compare/v1.0.2...v1.0.3) (2022-05-18) diff --git a/package-lock.json b/package-lock.json index ebdf25e..365de1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "linear-sum-assignment", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "linear-sum-assignment", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "cheminfo-types": "^1.1.0", diff --git a/package.json b/package.json index 9268d4b..f918dae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linear-sum-assignment", - "version": "1.0.3", + "version": "1.0.4", "description": "it performs a linear sum assignment even if the cost matrix is rectangular.", "main": "./lib/index.js", "module": "./lib-esm/index.js",