From 97db35919b2ac98313c9ac8045597c88e15f55f0 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Sat, 6 Jun 2026 07:55:35 +0200 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {