Skip to content

Commit

Permalink
chore(master): release 1.0.3 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Dec 5, 2023
1 parent 3a93618 commit d487a25
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

## [1.0.3](https://github.com/mljs/airpls/compare/v1.0.2...v1.0.3) (2023-11-08)


### Bug Fixes

* rename factorCriterion to tolerance ([#11](https://github.com/mljs/airpls/issues/11)) ([3a93618](https://github.com/mljs/airpls/commit/3a93618df285043d4e0771ee7bb0100f80528c87))

## [1.0.2](https://github.com/mljs/airpls/compare/v1.0.1...v1.0.2) (2023-05-22)


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-airpls",
"version": "1.0.2",
"version": "1.0.3",
"description": "Baseline correction using adaptive iteratively reweighted penalized least",
"main": "lib/index.js",
"types": "ml-airpls.d.ts",
Expand Down

0 comments on commit d487a25

Please sign in to comment.