From a0e50b52d4801007cda368334f30346db84677a7 Mon Sep 17 00:00:00 2001 From: Jose Alejandro Bolanos Arroyave Date: Mon, 16 May 2022 20:01:36 +0200 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..67aa0f7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 1.0.0 (2022-05-16) + + +### Features + +* add code for rectangular assignment ([8e65d4f](https://github.com/jobo322/linearSumAssignment/commit/8e65d4f9bdbea9dcc5aeb7e0c3bb080dc4c91d10)) +* add github workflows ([904ac79](https://github.com/jobo322/linearSumAssignment/commit/904ac791cea2487f3a0d30f4631a8ad89183de23)) +* rename the package, add README ([74b92c2](https://github.com/jobo322/linearSumAssignment/commit/74b92c288f13d525fcd25ee7cbf51ccdea1805e3)) + + +### Bug Fixes + +* add again workflows ([#4](https://github.com/jobo322/linearSumAssignment/issues/4)) ([2f8d77d](https://github.com/jobo322/linearSumAssignment/commit/2f8d77d5f5b733d5d8ec9862787462b18535dcec)) +* add check-types ([#3](https://github.com/jobo322/linearSumAssignment/issues/3)) ([6aacee5](https://github.com/jobo322/linearSumAssignment/commit/6aacee560819594e3719574db9026d36c29b7358)) +* add package-lock ([5df51e3](https://github.com/jobo322/linearSumAssignment/commit/5df51e340625aebb110fafc72fea3ad69a63e02c)) +* add prettier write script ([#2](https://github.com/jobo322/linearSumAssignment/issues/2)) ([75d1992](https://github.com/jobo322/linearSumAssignment/commit/75d19924283dd6eaa5807e110c70682c32ce8958)) +* add test cases and split code ([d53c4a0](https://github.com/jobo322/linearSumAssignment/commit/d53c4a0ca54609bb654681b8dd06c9e5e768d7e7)) +* branch name ([d353383](https://github.com/jobo322/linearSumAssignment/commit/d3533838153d1cf0c5df1fd637792e349a4ed396)) +* gitHub workflows ([#1](https://github.com/jobo322/linearSumAssignment/issues/1)) ([02efeb0](https://github.com/jobo322/linearSumAssignment/commit/02efeb0108f773e242290f354c89707aa5787dcf)) +* remove comments ([40269cf](https://github.com/jobo322/linearSumAssignment/commit/40269cf7f630ca97f7de123ea5956df95945bfc9)) +* remove support for node 14.x ([#5](https://github.com/jobo322/linearSumAssignment/issues/5)) ([a8d1ca0](https://github.com/jobo322/linearSumAssignment/commit/a8d1ca098fd4dd8d84f880c953cc013d7ab3c7de)) +* set bot_token ([d20d982](https://github.com/jobo322/linearSumAssignment/commit/d20d982d31dd56281e00737da896d608967b90b2)) +* update workflows ([#6](https://github.com/jobo322/linearSumAssignment/issues/6)) ([8540439](https://github.com/jobo322/linearSumAssignment/commit/854043927e593f48876462c46e63e48395eced6f)) diff --git a/package-lock.json b/package-lock.json index ad6b782..3ee0c9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "linearSumAssignment", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "linearSumAssignment", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "cheminfo-types": "^1.1.0", diff --git a/package.json b/package.json index 4018cd1..c77c3d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linearSumAssignment", - "version": "0.0.0", + "version": "1.0.0", "description": "it performs a linear sum assignment even if the cost matrix is rectangular.", "main": "./lib/index.js", "module": "./lib-esm/index.js",