Skip to content

Commit 7e84f2a

Browse files
authored
chore(main): release 1.0.0 (#12)
1 parent 6fc084d commit 7e84f2a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-05-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to TypeScript and ESM
9+
10+
### Bug Fixes
11+
12+
* bad name of babel config file ([f5c1237](https://github.com/mljs/simple-clustering/commit/f5c1237190d679ce5be477ba95ddac5dd8d8552c))
13+
* return empty array instead of undefined when there is not clusters ([5262edd](https://github.com/mljs/simple-clustering/commit/5262edd1b46490091d74b980bc171f6518d8d21c))
14+
* return undefined when there is not clusters ([97a2ba3](https://github.com/mljs/simple-clustering/commit/97a2ba3ed429302692af8f14e48252f41c9b10ad))
15+
16+
17+
### Code Refactoring
18+
19+
* migrate to TypeScript and ESM ([6fc084d](https://github.com/mljs/simple-clustering/commit/6fc084d8d89455830b862a85419737c7169b5a24))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-simple-clustering",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Extracts the isolated sub-blocs of matrix",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)