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": {