Skip to content

Commit

Permalink
chore(main): release 4.1.2 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed Apr 11, 2023
1 parent e84062a commit 875fc24
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.2](https://github.com/mljs/levenberg-marquardt/compare/v4.1.1...v4.1.2) (2023-04-11)


### Bug Fixes

* **types:** make initialValues mandatory ([e84062a](https://github.com/mljs/levenberg-marquardt/commit/e84062acdd06685356d9fb3ed46e063d1f23d818))

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


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

0 comments on commit 875fc24

Please sign in to comment.