Skip to content

Commit

Permalink
chore(main): release 4.1.3 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Sep 30, 2023
1 parent 4ba7447 commit 155bf0c
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.3](/~https://github.com/mljs/levenberg-marquardt/compare/v4.1.2...v4.1.3) (2023-09-30)


### Documentation

* add linear regression example ([566796d](/~https://github.com/mljs/levenberg-marquardt/commit/566796d5a106ae3a56f854d88e0c013026e12d7c)), closes [#51](/~https://github.com/mljs/levenberg-marquardt/issues/51)

## [4.1.2](/~https://github.com/mljs/levenberg-marquardt/compare/v4.1.1...v4.1.2) (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.2",
"version": "4.1.3",
"description": "Curve fitting method in javascript",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 155bf0c

Please sign in to comment.