Skip to content

Commit ae0d9a1

Browse files
authored
chore(main): release 2.2.0 (#20)
1 parent 6634fd0 commit ae0d9a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## [2.1.0](https://github.com/mljs/tree-similarity/compare/v2.0.0...v2.1.0) (2024-02-13)
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-tree-similarity",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Compares two spectra using a tree similarity",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)