Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed May 10, 2024
1 parent 7abfa22 commit 4f24790
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

## [0.2.0](https://github.com/mljs/regression-polynomial-2d/compare/v0.1.0...v0.2.0) (2024-05-10)


### Features

* add a throw if there isnt enough points for the model ([#5](https://github.com/mljs/regression-polynomial-2d/issues/5)) ([7abfa22](https://github.com/mljs/regression-polynomial-2d/commit/7abfa2235587867e390e5b6d9281847d35768a43))

## 0.1.0 (2024-05-08)


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

0 comments on commit 4f24790

Please sign in to comment.