From aa2a06a0f79a9c136d36d943abe48b42ac37be76 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:34:00 +0100 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5907e..03be966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +## [3.0.0](https://github.com/mljs/nearest-vector/compare/v2.0.1...v3.0.0) (2025-11-13) + + +### ⚠ BREAKING CHANGES + +* migrate to type:module and do not expose default + +### Features + +* migrate to type:module and do not expose default ([91cdbf6](https://github.com/mljs/nearest-vector/commit/91cdbf6f282d22eafd9eff47e207fa17ccfde8b2)) + ## [2.0.1](https://github.com/mljs/nearest-vector/compare/v2.0.0...v2.0.1) (2018-08-15) @@ -34,6 +45,3 @@ index, the other the nearest vector itself ### Features * initial implementation ([218dc64](https://github.com/mljs/nearest-vector/commit/218dc64)) - - - diff --git a/package.json b/package.json index adeddd6..d134617 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-nearest-vector", - "version": "2.0.1", + "version": "3.0.0", "description": "Find the nearest point to a sample point", "type": "module", "exports": "./lib/index.js",