Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Feb 9, 2024
1 parent ec9318f commit c43482e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog

# [1.0.0](https://github.com/mljs/tree-similarity/compare/v0.1.0...v1.0.0) (2019-06-29)
## [2.0.0](https://github.com/mljs/tree-similarity/compare/v1.0.0...v2.0.0) (2024-02-08)


### ⚠ BREAKING CHANGES

* treeSimilarity now only accepts Tree objects
* createTree expects an object {x: [],y: []}

### Code Refactoring

* createTree expects an object {x: [],y: []} ([ec9318f](https://github.com/mljs/tree-similarity/commit/ec9318f470600cf028476ef7b37ed08c3560587d))
* treeSimilarity now only accepts Tree objects ([ec9318f](https://github.com/mljs/tree-similarity/commit/ec9318f470600cf028476ef7b37ed08c3560587d))

## Changelog

## [1.0.0](https://github.com/mljs/tree-similarity/compare/v0.1.0...v1.0.0) (2019-06-29)


### chore
Expand All @@ -15,7 +30,7 @@


<a name="0.1.0"></a>
# 0.1.0 (2017-08-10)
## 0.1.0 (2017-08-10)


### Bug Fixes
Expand All @@ -26,6 +41,3 @@
### Performance Improvements

* improve search on start ([8edebc2](https://github.com/mljs/tree-similarity/commit/8edebc2))



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": "1.0.0",
"version": "2.0.0",
"description": "Compares two spectra using a tree similarity",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit c43482e

Please sign in to comment.