Skip to content

Commit

Permalink
chore(master): release 1.0.1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored May 22, 2023
1 parent 01fa6f4 commit 8c2ef98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/mljs/baseline-correction-regression/compare/v1.0.0...v1.0.1) (2023-05-22)


### Bug Fixes

* add types n update dependencies ([#7](https://github.com/mljs/baseline-correction-regression/issues/7)) ([01fa6f4](https://github.com/mljs/baseline-correction-regression/commit/01fa6f47a745c8137559a04f3f0e2487cd82b1d3))

## [1.0.0](https://github.com/mljs/baseline-correction-regression/compare/v0.3.0...v1.0.0) (2021-03-24)

# [0.3.0](https://github.com/mljs/baseline-correction-regression/compare/v0.2.0...v0.3.0) (2020-02-08)
Expand Down Expand Up @@ -27,6 +34,3 @@
### Features

* initial implementation ([#1](https://github.com/mljs/baseline-correction-regression/issues/1)) ([b52d458](https://github.com/mljs/baseline-correction-regression/commit/b52d458))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-baseline-correction-regression",
"version": "1.0.0",
"version": "1.0.1",
"description": "Iterative regression based baseline correction",
"main": "lib/index.js",
"types": "ml-baseline-correction-regression.d.ts",
Expand Down

0 comments on commit 8c2ef98

Please sign in to comment.