Skip to content

Commit aedbb02

Browse files
mljs-botstropitek
authored andcommitted
chore(master): release 6.0.0
1 parent 927992b commit aedbb02

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212

1313
<a name="4.2.1"></a>
1414

15+
## [6.0.0](https://github.com/mljs/kmeans/compare/v5.0.0...v6.0.0) (2023-02-24)
16+
17+
18+
### ⚠ BREAKING CHANGES
19+
20+
* remove withIterations options and instead export generatorKmeans
21+
22+
### Miscellaneous Chores
23+
24+
* setup project with TypeScript ([#18](https://github.com/mljs/kmeans/issues/18)) ([878bf1c](https://github.com/mljs/kmeans/commit/878bf1c9accef575ac48a35b71be18ac30adbe4a))
25+
1526
## [4.2.1](https://github.com/mljs/kmeans/compare/v4.2.0...v4.2.1) (2018-08-15)
1627

1728
<a name="4.2.0"></a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-kmeans",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "K-Means clustering",
55
"main": "./lib/kmeans.js",
66
"module": "./lib-esm/kmeans.js",

0 commit comments

Comments
 (0)