Skip to content

Commit

Permalink
chore: release 4.1.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed Feb 28, 2022
1 parent c8317bc commit 57e04d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.1.0](https://www.github.com/mljs/levenberg-marquardt/compare/v4.0.0...v4.1.0) (2022-02-28)


### Features

* implement checkpoint to keep optimal solution ([373f66e](https://www.github.com/mljs/levenberg-marquardt/commit/373f66e1845edf9f28602ff51ee12ef119051e76))


### Bug Fixes

* linting ([c8317bc](https://www.github.com/mljs/levenberg-marquardt/commit/c8317bc28753976e1182cf9b381080a361d56aaa))
* return wrong parameterError ([dac435f](https://www.github.com/mljs/levenberg-marquardt/commit/dac435f91e45e21f2693634d6e2a67599b92ce0f))

## [4.0.0](https://www.github.com/mljs/levenberg-marquardt/compare/v3.1.1...v4.0.0) (2022-01-21)


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-levenberg-marquardt",
"version": "4.0.0",
"version": "4.1.0",
"description": "Curve fitting method in javascript",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 57e04d4

Please sign in to comment.