Skip to content

Commit 6e26dc3

Browse files
authored
chore(main): release 8.0.0 (#184)
1 parent 9cf0471 commit 6e26dc3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/mljs/ml/compare/v7.0.0...v8.0.0) (2024-10-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update dependencies ([#186](https://github.com/mljs/ml/issues/186))
9+
10+
### Features
11+
12+
* update dependencies ([#186](https://github.com/mljs/ml/issues/186)) ([9cf0471](https://github.com/mljs/ml/commit/9cf0471c1c2787b136f6e1ad537fee20abc02a39))
13+
14+
15+
### Bug Fixes
16+
17+
* rename rollup to rollup.config.mjs ([c63c278](https://github.com/mljs/ml/commit/c63c2784f84c4909081ae0a2bf2e6b17619f75dd))
18+
319
## [7.0.0](https://github.com/mljs/ml/compare/v5.3.0...v7.0.0) (2024-02-02)
420

521

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Machine learning tools",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)