From 6e26dc30f09717129cb8614e67af0d310887cc21 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:01:47 +0200 Subject: [PATCH] chore(main): release 8.0.0 (#184) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f377c..cdf1692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [8.0.0](https://github.com/mljs/ml/compare/v7.0.0...v8.0.0) (2024-10-21) + + +### ⚠ BREAKING CHANGES + +* update dependencies ([#186](https://github.com/mljs/ml/issues/186)) + +### Features + +* update dependencies ([#186](https://github.com/mljs/ml/issues/186)) ([9cf0471](https://github.com/mljs/ml/commit/9cf0471c1c2787b136f6e1ad537fee20abc02a39)) + + +### Bug Fixes + +* rename rollup to rollup.config.mjs ([c63c278](https://github.com/mljs/ml/commit/c63c2784f84c4909081ae0a2bf2e6b17619f75dd)) + ## [7.0.0](https://github.com/mljs/ml/compare/v5.3.0...v7.0.0) (2024-02-02) diff --git a/package.json b/package.json index c88b149..2d9ad2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml", - "version": "7.0.0", + "version": "8.0.0", "description": "Machine learning tools", "main": "src/index.js", "scripts": {