Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored May 16, 2024
1 parent e934626 commit 6bf8ca2
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-exponential/compare/v3.0.0...v3.0.1) (2024-05-16)


### Bug Fixes

* TS definition was wrong (still the default) ([e934626](https://github.com/mljs/regression-exponential/commit/e9346263428243a09edfc42d8a00d6df24f8ef94))

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


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-exponential",
"version": "3.0.0",
"version": "3.0.1",
"description": "Exponential Regression",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 6bf8ca2

Please sign in to comment.