Skip to content

Commit

Permalink
Merge pull request #14 from mljs/release-please--branches--master--co…
Browse files Browse the repository at this point in the history
…mponents--ml-regression-exponential

chore(master): release 2.1.1
  • Loading branch information
jobo322 authored May 3, 2024
2 parents 44eff21 + f1cf280 commit a3d3911
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* improve type interface ([d56b4d2](https://github.com/mljs/regression-exponential/commit/d56b4d284f93d7ffe5011e6ad79a23cf280f33d9))

## [2.1.0](https://github.com/mljs/regression-exponential/compare/v2.0.0...v2.1.0) (2021-05-10)


Expand Down Expand Up @@ -33,6 +40,3 @@
### Features

* implement exponential regression ([0718866](https://github.com/mljs/regression-exponential/commit/0718866))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-regression-exponential",
"version": "2.1.0",
"version": "2.1.1",
"description": "Exponential Regression",
"main": "lib/index.js",
"module": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"compile": "rollup -c",
"eslint": "eslint src",
"eslint-fix": "npm run eslint -- --fix",
"prepack": "npm run compile",
"prepack": "npm run compile",
"prettier": "prettier --check src",
"prettier-write": "prettier --write src",
"test": "npm run test-only && npm run eslint",
Expand Down

0 comments on commit a3d3911

Please sign in to comment.