Skip to content

Commit

Permalink
chore: release 3.0.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Nov 18, 2021
1 parent 31c731f commit 199571b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://www.github.com/mljs/spectra-fitting/compare/v2.0.0...v3.0.0) (2021-11-18)


### ⚠ BREAKING CHANGES

* change width to fwhm (#60)

### Features

* change width to fwhm ([#60](https://www.github.com/mljs/spectra-fitting/issues/60)) ([31c731f](https://www.github.com/mljs/spectra-fitting/commit/31c731ffda2bf78a0f83d89525e7428a3341b2db))

## [2.0.0](https://www.github.com/mljs/spectra-fitting/compare/v1.0.0...v2.0.0) (2021-10-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-spectra-fitting",
"version": "2.0.0",
"version": "3.0.0",
"description": "Fit spectra using gaussian or lorentzian",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 199571b

Please sign in to comment.