Skip to content

Commit 4fef14c

Browse files
authored
chore(main): release 3.0.0 (#4)
1 parent 2962a90 commit 4fef14c

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<a name="2.0.1"></a>
2+
## [3.0.0](https://github.com/mljs/nearest-vector/compare/v2.0.1...v3.0.0) (2025-11-13)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* migrate to type:module and do not expose default
8+
9+
### Features
10+
11+
* migrate to type:module and do not expose default ([91cdbf6](https://github.com/mljs/nearest-vector/commit/91cdbf6f282d22eafd9eff47e207fa17ccfde8b2))
12+
213
## [2.0.1](https://github.com/mljs/nearest-vector/compare/v2.0.0...v2.0.1) (2018-08-15)
314

415

@@ -34,6 +45,3 @@ index, the other the nearest vector itself
3445
### Features
3546

3647
* initial implementation ([218dc64](https://github.com/mljs/nearest-vector/commit/218dc64))
37-
38-
39-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-nearest-vector",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Find the nearest point to a sample point",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)