Skip to content

Commit

Permalink
chore: release 3.0.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Nov 29, 2021
1 parent 9112163 commit 3e5e6fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0](https://www.github.com/mljs/regression-robust-polynomial/compare/v2.0.1...v3.0.0) (2021-11-29)


### ⚠ BREAKING CHANGES

* export class as not default

### Features

* add .prettierrc.json file ([9112163](https://www.github.com/mljs/regression-robust-polynomial/commit/9112163ca76357b21a6c7e07505b489d21d81951))
* export class as not default ([9112163](https://www.github.com/mljs/regression-robust-polynomial/commit/9112163ca76357b21a6c7e07505b489d21d81951))

### [2.0.1](https://github.com/mljs/regression-robust-polynomial/compare/v2.0.0...v2.0.1) (2021-10-12)

# [2.0.0](https://github.com/mljs/regression-robust-polynomial/compare/v1.0.1...v2.0.0) (2019-06-29)
Expand Down Expand Up @@ -28,6 +40,3 @@
### Features

* initial implementation ([#1](https://github.com/mljs/regression-robust-polynomial/issues/1)) ([ad52b06](https://github.com/mljs/regression-robust-polynomial/commit/ad52b06))



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-robust-polynomial",
"version": "2.0.1",
"version": "3.0.0",
"description": "Robust polynomial regression using LMedS",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 3e5e6fb

Please sign in to comment.