diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e56a5c..246f259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ +## [6.3.0](https://github.com/mljs/regression/compare/v6.2.0...v6.3.0) (2025-05-16) + + +### Features + +* add npm on lactame CDN ([61ded60](https://github.com/mljs/regression/commit/61ded606af552c263b2bc553c0401e9ccac7046c)) + ## [6.2.0](https://github.com/mljs/regression/compare/v6.1.0...v6.2.0) (2024-10-17) diff --git a/package.json b/package.json index 0c679d5..d708193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-regression", - "version": "6.2.0", + "version": "6.3.0", "description": "Regression algorithms", "main": "lib/index.js", "module": "src/index.js",