Skip to content

Commit

Permalink
chore(main): release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored and stropitek committed Apr 11, 2023
1 parent 4f8b390 commit 6e79f97
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

## [4.1.1](https://github.com/mljs/levenberg-marquardt/compare/v4.1.0...v4.1.1) (2023-04-11)


### Bug Fixes

* throw error if initialValues missing (fix [#52](https://github.com/mljs/levenberg-marquardt/issues/52)) ([#53](https://github.com/mljs/levenberg-marquardt/issues/53)) ([a3eb308](https://github.com/mljs/levenberg-marquardt/commit/a3eb30802e628c8b4ca05ed9404ebe660927d90e))

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


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

0 comments on commit 6e79f97

Please sign in to comment.