diff --git a/CHANGELOG.md b/CHANGELOG.md index 138cbea..16157ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ +## [2.1.0](https://github.com/mljs/kernel-gaussian/compare/v2.0.2...v2.1.0) (2026-06-06) + + +### Features + +* migrate to ESM and align with current standards ([1609d54](https://github.com/mljs/kernel-gaussian/commit/1609d54885bf17d517c37cb8a5ab009add699944)) + ## [2.0.1](https://github.com/mljs/kernel-gaussian/compare/v2.0.0...v2.0.1) (2016-08-03) diff --git a/package.json b/package.json index 2239a36..f4c2a06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-kernel-gaussian", - "version": "2.0.2", + "version": "2.1.0", "description": "The gaussian (radial basis function) kernel", "type": "module", "exports": {