Skip to content

Commit 6c01cb0

Browse files
authored
chore(master): release 4.0.1 (#16)
1 parent ad95f92 commit 6c01cb0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.1](https://github.com/mljs/distance/compare/v4.0.0...v4.0.1) (2023-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* correct exported types in similarities ([#15](https://github.com/mljs/distance/issues/15)) ([ad95f92](https://github.com/mljs/distance/commit/ad95f92432d9fab42798a58bcd101a66aedc7dfe))
9+
310
## [4.0.0](https://github.com/mljs/distance/compare/v3.0.0...v4.0.0) (2023-01-06)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-distance",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Distance and similarity functions to compare vectors",
55
"main": "lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)