Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Feb 13, 2024
1 parent c20c571 commit 226db00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/mljs/tree-similarity/compare/v2.0.0...v2.1.0) (2024-02-13)


### Features

* add compressTree to reduce tree size ([c20c571](https://github.com/mljs/tree-similarity/commit/c20c571d7ac46d4a8a73f752e03a9d0f34dd57b6))


### Bug Fixes

* remove num-sort dep ([#14](https://github.com/mljs/tree-similarity/issues/14)) ([66fac3e](https://github.com/mljs/tree-similarity/commit/66fac3e9e7234485a4d5967d525f3de81eb684ff))

## [2.0.0](https://github.com/mljs/tree-similarity/compare/v1.0.0...v2.0.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-tree-similarity",
"version": "2.0.0",
"version": "2.1.0",
"description": "Compares two spectra using a tree similarity",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 226db00

Please sign in to comment.