Skip to content

Commit e280295

Browse files
authored
chore(main): release 7.0.0 (#183)
1 parent 27176ee commit e280295

File tree

2 files changed

+45
-4
lines changed

2 files changed

+45
-4
lines changed

CHANGELOG.md

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/mljs/ml/compare/v5.3.0...v7.0.0) (2024-02-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update dependencies
9+
* update dependencies
10+
* remove support for Node.js 12
11+
* remove num-sort package exportation
12+
* update all dependencies
13+
* Remove dist from git
14+
15+
### release-as
16+
17+
* 7.0.0 ([27176ee](https://github.com/mljs/ml/commit/27176ee3eefa493144d76296ec3401c2c84fe190))
18+
19+
20+
### Features
21+
22+
* add lactame.com action release ([2547a9a](https://github.com/mljs/ml/commit/2547a9a1760582612e3c5a012f5ff977655a3f6c))
23+
* Remove dist from git ([90392a5](https://github.com/mljs/ml/commit/90392a5dec7e1d75cf73398cdfffc0e91765302f))
24+
* remove num-sort package exportation ([4b8c47b](https://github.com/mljs/ml/commit/4b8c47b25a903dd06d664afd84d3738bdcbc26ae))
25+
* update all dependencies ([114d814](https://github.com/mljs/ml/commit/114d81448d47eca961223f2c2f38da297466c238))
26+
* update and improve GSD ([7222a2c](https://github.com/mljs/ml/commit/7222a2c797dfff0ae1b4777dbbd09c3c41488187))
27+
* update dependencies ([8adb8f1](https://github.com/mljs/ml/commit/8adb8f1ddb4842b32afe92a28a354408034889a3))
28+
29+
30+
### Bug Fixes
31+
32+
* add missing ml-array-sum package ([d471033](https://github.com/mljs/ml/commit/d471033dc121a50313a2ab8ae0cccdb61f26c113))
33+
* correct link to lactame.com to v6.0.0 ([65e9ca0](https://github.com/mljs/ml/commit/65e9ca0629dfc6b64ea1b17e8c11273e97fa0656))
34+
* update dependencies to fix nGMCA ([9b040d0](https://github.com/mljs/ml/commit/9b040d0fa66baca16f3c8fb2ebb2a74eb39f5b46))
35+
36+
37+
### Documentation
38+
39+
* update Array.seqentialFill Link ([#167](https://github.com/mljs/ml/issues/167)) ([46bb1ec](https://github.com/mljs/ml/commit/46bb1ec2150e496f67ca617acb2da2e2894dbfdc))
40+
41+
42+
### Miscellaneous Chores
43+
44+
* remove support for Node.js 12 ([88c0717](https://github.com/mljs/ml/commit/88c0717ffb4e5ee0b3cc0401bd7f38fb96c3eade))
45+
* update dependencies ([88c0717](https://github.com/mljs/ml/commit/88c0717ffb4e5ee0b3cc0401bd7f38fb96c3eade))
46+
347
## [6.0.0](https://github.com/mljs/ml/compare/v5.3.0...v6.0.0) (2021-06-10)
448

549

@@ -411,6 +455,3 @@
411455

412456
<a name="0.0.1"></a>
413457
## 0.0.1 (2014-10-28)
414-
415-
416-

package.json

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

0 commit comments

Comments
 (0)