Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed Feb 8, 2024
1 parent 3ec97d8 commit 13c5d19
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# 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

*

### Code Refactoring

* change exposed methods and accepted types ([3ec97d8](https://github.com/mljs/tree-similarity/commit/3ec97d83018b40a55e6048153472fdf9314b1825))

## 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 +28,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 +39,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 13c5d19

Please sign in to comment.