File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2022-05-16)
4+
5+
6+ ### Features
7+
8+ * add code for rectangular assignment ([ 8e65d4f] ( https://github.com/jobo322/linearSumAssignment/commit/8e65d4f9bdbea9dcc5aeb7e0c3bb080dc4c91d10 ) )
9+ * add github workflows ([ 904ac79] ( https://github.com/jobo322/linearSumAssignment/commit/904ac791cea2487f3a0d30f4631a8ad89183de23 ) )
10+ * rename the package, add README ([ 74b92c2] ( https://github.com/jobo322/linearSumAssignment/commit/74b92c288f13d525fcd25ee7cbf51ccdea1805e3 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * add again workflows ([ #4 ] ( https://github.com/jobo322/linearSumAssignment/issues/4 ) ) ([ 2f8d77d] ( https://github.com/jobo322/linearSumAssignment/commit/2f8d77d5f5b733d5d8ec9862787462b18535dcec ) )
16+ * add check-types ([ #3 ] ( https://github.com/jobo322/linearSumAssignment/issues/3 ) ) ([ 6aacee5] ( https://github.com/jobo322/linearSumAssignment/commit/6aacee560819594e3719574db9026d36c29b7358 ) )
17+ * add package-lock ([ 5df51e3] ( https://github.com/jobo322/linearSumAssignment/commit/5df51e340625aebb110fafc72fea3ad69a63e02c ) )
18+ * add prettier write script ([ #2 ] ( https://github.com/jobo322/linearSumAssignment/issues/2 ) ) ([ 75d1992] ( https://github.com/jobo322/linearSumAssignment/commit/75d19924283dd6eaa5807e110c70682c32ce8958 ) )
19+ * add test cases and split code ([ d53c4a0] ( https://github.com/jobo322/linearSumAssignment/commit/d53c4a0ca54609bb654681b8dd06c9e5e768d7e7 ) )
20+ * branch name ([ d353383] ( https://github.com/jobo322/linearSumAssignment/commit/d3533838153d1cf0c5df1fd637792e349a4ed396 ) )
21+ * gitHub workflows ([ #1 ] ( https://github.com/jobo322/linearSumAssignment/issues/1 ) ) ([ 02efeb0] ( https://github.com/jobo322/linearSumAssignment/commit/02efeb0108f773e242290f354c89707aa5787dcf ) )
22+ * remove comments ([ 40269cf] ( https://github.com/jobo322/linearSumAssignment/commit/40269cf7f630ca97f7de123ea5956df95945bfc9 ) )
23+ * remove support for node 14.x ([ #5 ] ( https://github.com/jobo322/linearSumAssignment/issues/5 ) ) ([ a8d1ca0] ( https://github.com/jobo322/linearSumAssignment/commit/a8d1ca098fd4dd8d84f880c953cc013d7ab3c7de ) )
24+ * set bot_token ([ d20d982] ( https://github.com/jobo322/linearSumAssignment/commit/d20d982d31dd56281e00737da896d608967b90b2 ) )
25+ * update workflows ([ #6 ] ( https://github.com/jobo322/linearSumAssignment/issues/6 ) ) ([ 8540439] ( https://github.com/jobo322/linearSumAssignment/commit/854043927e593f48876462c46e63e48395eced6f ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " linearSumAssignment" ,
3- "version" : " 0 .0.0" ,
3+ "version" : " 1 .0.0" ,
44 "description" : " it performs a linear sum assignment even if the cost matrix is rectangular." ,
55 "main" : " ./lib/index.js" ,
66 "module" : " ./lib-esm/index.js" ,
You can’t perform that action at this time.
0 commit comments