Skip to content

Commit

Permalink
chore(main): release 2.1.3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored May 12, 2024
1 parent dc55031 commit 356df5f
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

## [2.1.3](https://github.com/mljs/regression-exponential/compare/v2.1.2...v2.1.3) (2024-05-12)


### Bug Fixes

* add back CJS compat code from Rollup ([#20](https://github.com/mljs/regression-exponential/issues/20)) ([dc55031](https://github.com/mljs/regression-exponential/commit/dc55031b103c39f7b49882775c4cee05f243c5c6))

## [2.1.2](https://github.com/mljs/regression-exponential/compare/v2.1.1...v2.1.2) (2024-05-05)


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

0 comments on commit 356df5f

Please sign in to comment.