Skip to content

Commit

Permalink
chore(main): release 7.0.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed Feb 2, 2024
1 parent 27176ee commit e280295
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 4 deletions.
47 changes: 44 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

## [7.0.0](https://github.com/mljs/ml/compare/v5.3.0...v7.0.0) (2024-02-02)


### ⚠ BREAKING CHANGES

* update dependencies
* update dependencies
* remove support for Node.js 12
* remove num-sort package exportation
* update all dependencies
* Remove dist from git

### release-as

* 7.0.0 ([27176ee](https://github.com/mljs/ml/commit/27176ee3eefa493144d76296ec3401c2c84fe190))


### Features

* add lactame.com action release ([2547a9a](https://github.com/mljs/ml/commit/2547a9a1760582612e3c5a012f5ff977655a3f6c))
* Remove dist from git ([90392a5](https://github.com/mljs/ml/commit/90392a5dec7e1d75cf73398cdfffc0e91765302f))
* remove num-sort package exportation ([4b8c47b](https://github.com/mljs/ml/commit/4b8c47b25a903dd06d664afd84d3738bdcbc26ae))
* update all dependencies ([114d814](https://github.com/mljs/ml/commit/114d81448d47eca961223f2c2f38da297466c238))
* update and improve GSD ([7222a2c](https://github.com/mljs/ml/commit/7222a2c797dfff0ae1b4777dbbd09c3c41488187))
* update dependencies ([8adb8f1](https://github.com/mljs/ml/commit/8adb8f1ddb4842b32afe92a28a354408034889a3))


### Bug Fixes

* add missing ml-array-sum package ([d471033](https://github.com/mljs/ml/commit/d471033dc121a50313a2ab8ae0cccdb61f26c113))
* correct link to lactame.com to v6.0.0 ([65e9ca0](https://github.com/mljs/ml/commit/65e9ca0629dfc6b64ea1b17e8c11273e97fa0656))
* update dependencies to fix nGMCA ([9b040d0](https://github.com/mljs/ml/commit/9b040d0fa66baca16f3c8fb2ebb2a74eb39f5b46))


### Documentation

* update Array.seqentialFill Link ([#167](https://github.com/mljs/ml/issues/167)) ([46bb1ec](https://github.com/mljs/ml/commit/46bb1ec2150e496f67ca617acb2da2e2894dbfdc))


### Miscellaneous Chores

* remove support for Node.js 12 ([88c0717](https://github.com/mljs/ml/commit/88c0717ffb4e5ee0b3cc0401bd7f38fb96c3eade))
* update dependencies ([88c0717](https://github.com/mljs/ml/commit/88c0717ffb4e5ee0b3cc0401bd7f38fb96c3eade))

## [6.0.0](https://github.com/mljs/ml/compare/v5.3.0...v6.0.0) (2021-06-10)


Expand Down Expand Up @@ -411,6 +455,3 @@

<a name="0.0.1"></a>
## 0.0.1 (2014-10-28)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml",
"version": "6.0.0",
"version": "7.0.0",
"description": "Machine learning tools",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit e280295

Please sign in to comment.