From a589de089fe2cdb842f6aa44a406ee48a39bc5bf Mon Sep 17 00:00:00 2001 From: Jose Alejandro Bolanos Arroyave Date: Sat, 16 Mar 2024 05:17:51 -0500 Subject: [PATCH] chore(main): release 1.0.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2ee0f..4a47e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.7](https://github.com/mljs/linear-sum-assignment/compare/v1.0.6...v1.0.7) (2024-03-16) + + +### Bug Fixes + +* prepack script ([d0b3424](https://github.com/mljs/linear-sum-assignment/commit/d0b3424aa787ce3302931a165f75062d691d765e)) + ## [1.0.6](https://github.com/mljs/linear-sum-assignment/compare/v1.0.5...v1.0.6) (2024-03-07) diff --git a/package.json b/package.json index 8c2365a..df2e1a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linear-sum-assignment", - "version": "1.0.6", + "version": "1.0.7", "description": "it performs a linear sum assignment even if the cost matrix is rectangular.", "main": "./lib/index.js", "module": "./lib-esm/index.js",