Skip to content

Commit 5cd1ed9

Browse files
mljs-botstropitek
authored andcommitted
chore(master): release 2.0.0
1 parent 246e1cc commit 5cd1ed9

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/mljs/rolling-ball-baseline/compare/v1.1.0...v2.0.0) (2022-12-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate project to TypeScript ([#18](https://github.com/mljs/rolling-ball-baseline/issues/18))
9+
10+
### Miscellaneous Chores
11+
12+
* migrate project to TypeScript ([#18](https://github.com/mljs/rolling-ball-baseline/issues/18)) ([246e1cc](https://github.com/mljs/rolling-ball-baseline/commit/246e1cce96c4e62b85a75a75b3336aa31b6f8701))
13+
314
## [1.1.0](https://github.com/mljs/rolling-ball-baseline/compare/v1.0.0...v1.1.0) (2022-04-01)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-rolling-ball-baseline",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Rolling ball baseline correction",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)