From 97594907b2d4257030f686d1995fbcec5f62026c Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Fri, 14 Nov 2025 07:31:17 +0100 Subject: [PATCH] chore(main): release 3.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03be966..a2572a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## [3.0.1](https://github.com/mljs/nearest-vector/compare/v3.0.0...v3.0.1) (2025-11-14) + + +### Bug Fixes + +* correct badges in README ([1fa4dbb](https://github.com/mljs/nearest-vector/commit/1fa4dbba5eb61832cbab99fa1fdf9cfb096afc02)) + ## [3.0.0](https://github.com/mljs/nearest-vector/compare/v2.0.1...v3.0.0) (2025-11-13) diff --git a/package.json b/package.json index 59ea94b..5056547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-nearest-vector", - "version": "3.0.0", + "version": "3.0.1", "description": "Find the nearest point to a sample point", "type": "module", "exports": {