Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored May 16, 2024
1 parent 61007d5 commit ece1a82
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# [2.0.0](https://github.com/mljs/regression-theil-sen/compare/v1.0.0...v2.0.0) (2019-06-29)
# Changelog

## [3.0.0](https://github.com/mljs/regression-theil-sen/compare/v2.0.0...v3.0.0) (2024-05-16)


### ⚠ BREAKING CHANGES

* update dependencies and remove default export

### Miscellaneous Chores

* update dependencies and remove default export ([61007d5](https://github.com/mljs/regression-theil-sen/commit/61007d58ea5401e43c51502c94205b81783c1eae))

## [2.0.0](https://github.com/mljs/regression-theil-sen/compare/v1.0.0...v2.0.0) (2019-06-29)


### chore
Expand All @@ -13,7 +26,5 @@


<a name="1.0.0"></a>
# 1.0.0 (2017-06-21)
## 1.0.0 (2017-06-21)
Migrated from [regression](https://github.com/mljs/regression/blob/a1effcca70360d129687bc0d906bcefe3bd3dadd/src/regression/theil-sen-regression.js)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-regression-theil-sen",
"version": "2.0.0",
"version": "3.0.0",
"description": "Theil-Sen regression",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit ece1a82

Please sign in to comment.