Skip to content

Commit

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

## [3.0.1](https://github.com/mljs/regression-simple-linear/compare/v3.0.0...v3.0.1) (2024-05-16)


### Bug Fixes

* update dependencies and remove default export in dependencies ([60c79cb](https://github.com/mljs/regression-simple-linear/commit/60c79cbc74cd1cc76d9d3c38aca535a69be8c194))

## [3.0.0](https://github.com/mljs/regression-simple-linear/compare/v2.0.4...v3.0.0) (2023-09-22)


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-regression-simple-linear",
"version": "3.0.0",
"version": "3.0.1",
"description": "Simple Linear Regression",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 7899b40

Please sign in to comment.