We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6634fd0 commit ae0d9a1Copy full SHA for ae0d9a1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.2.0](https://github.com/mljs/tree-similarity/compare/v2.1.0...v2.2.0) (2024-02-15)
4
+
5
6
+### Features
7
8
+* migrate to typescript ([#19](https://github.com/mljs/tree-similarity/issues/19)) ([6634fd0](https://github.com/mljs/tree-similarity/commit/6634fd0993af4bb4f2df67c475d27a78df57cdfb))
9
10
## [2.1.0](https://github.com/mljs/tree-similarity/compare/v2.0.0...v2.1.0) (2024-02-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-tree-similarity",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "Compares two spectra using a tree similarity",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments