Skip to content

Commit c43482e

Browse files
authored
chore(main): release 2.0.0 (#13)
1 parent ec9318f commit c43482e

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

3-
# [1.0.0](https://github.com/mljs/tree-similarity/compare/v0.1.0...v1.0.0) (2019-06-29)
3+
## [2.0.0](https://github.com/mljs/tree-similarity/compare/v1.0.0...v2.0.0) (2024-02-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* treeSimilarity now only accepts Tree objects
9+
* createTree expects an object {x: [],y: []}
10+
11+
### Code Refactoring
12+
13+
* createTree expects an object {x: [],y: []} ([ec9318f](https://github.com/mljs/tree-similarity/commit/ec9318f470600cf028476ef7b37ed08c3560587d))
14+
* treeSimilarity now only accepts Tree objects ([ec9318f](https://github.com/mljs/tree-similarity/commit/ec9318f470600cf028476ef7b37ed08c3560587d))
15+
16+
## Changelog
17+
18+
## [1.0.0](https://github.com/mljs/tree-similarity/compare/v0.1.0...v1.0.0) (2019-06-29)
419

520

621
### chore
@@ -15,7 +30,7 @@
1530

1631

1732
<a name="0.1.0"></a>
18-
# 0.1.0 (2017-08-10)
33+
## 0.1.0 (2017-08-10)
1934

2035

2136
### Bug Fixes
@@ -26,6 +41,3 @@
2641
### Performance Improvements
2742

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

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

0 commit comments

Comments
 (0)