We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad95f92 commit 6c01cb0Copy full SHA for 6c01cb0
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [4.0.0](https://github.com/mljs/distance/compare/v3.0.0...v4.0.0) (2023-01-06)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-distance",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Distance and similarity functions to compare vectors",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments