Skip to content

Commit

Permalink
chore: release 3.1.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Feb 25, 2022
1 parent 2359831 commit ffba763
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.1.0](https://www.github.com/mljs/spectra-fitting/compare/v3.0.4...v3.1.0) (2022-02-25)


### Features

* setup typescript ([50bd164](https://www.github.com/mljs/spectra-fitting/commit/50bd1645fab2de6fc4ab1c0f317a0c9696cf131c))


### Bug Fixes

* remove old github actions ([26ebaad](https://www.github.com/mljs/spectra-fitting/commit/26ebaaddc904fe855666113e7ae73c0da314fe4e))
* update dependencies ([2359831](https://www.github.com/mljs/spectra-fitting/commit/2359831b2ba9a5dca0a048b5890423bab72833ea))

### [3.0.4](https://www.github.com/mljs/spectra-fitting/compare/v3.0.3...v3.0.4) (2022-01-23)


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": "3.0.4",
"version": "3.1.0",
"description": "Fit spectra using gaussian or lorentzian",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit ffba763

Please sign in to comment.