diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d7c54..27abf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/mljs/distance/compare/v4.0.1...v4.0.2) (2023-06-30) + + +### Documentation + +* add Zakodium maintainer ([0b15acd](https://github.com/mljs/distance/commit/0b15acd6476413f4111cb4852ca1bec9edaa2805)) + ## [4.0.1](https://github.com/mljs/distance/compare/v4.0.0...v4.0.1) (2023-06-01) diff --git a/package.json b/package.json index 5df3861..255b79a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-distance", - "version": "4.0.1", + "version": "4.0.2", "description": "Distance and similarity functions to compare vectors", "main": "lib/index.js", "module": "./lib-esm/index.js",