Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 2, 2023
1 parent 5f9aa0e commit 1008275
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [3.0.0](https://github.com/mljs/regression-polynomial/compare/v2.2.0...v3.0.0) (2023-10-02)


### ⚠ BREAKING CHANGES

* use named exports to ease transition to TypeScript
* migrate to TypeScript ([#8](https://github.com/mljs/regression-polynomial/issues/8))

### Features

* allow users to pass `interceptAtZero` parameter ([5f9aa0e](https://github.com/mljs/regression-polynomial/commit/5f9aa0e5a7569b7933f3313c5073c64d1d647a34))


### Bug Fixes

* determine the degree from max power, not power length ([5f9aa0e](https://github.com/mljs/regression-polynomial/commit/5f9aa0e5a7569b7933f3313c5073c64d1d647a34))


### Code Refactoring

* migrate to TypeScript ([#8](https://github.com/mljs/regression-polynomial/issues/8)) ([5f9aa0e](https://github.com/mljs/regression-polynomial/commit/5f9aa0e5a7569b7933f3313c5073c64d1d647a34))
* use named exports to ease transition to TypeScript ([5f9aa0e](https://github.com/mljs/regression-polynomial/commit/5f9aa0e5a7569b7933f3313c5073c64d1d647a34))

## [2.2.0](https://github.com/mljs/regression-polynomial/compare/v2.1.0...v2.2.0) (2021-06-10)


Expand Down Expand Up @@ -52,6 +75,3 @@
### Features

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



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-polynomial",
"version": "2.2.0",
"version": "3.0.0",
"description": "Polynomial Regression",
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
Expand Down

0 comments on commit 1008275

Please sign in to comment.