Skip to content

Commit 51a56ec

Browse files
authored
chore(master): release 11.2.1 (#100)
1 parent 394870e commit 51a56ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### [11.2.1](https://github.com/mljs/global-spectral-deconvolution/compare/v11.2.0...v11.2.1) (2022-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* remove circular dependency ([d73b0ae](https://github.com/mljs/global-spectral-deconvolution/commit/d73b0ae3d70671164ff186a2924a6b051846208c))
9+
* still allow node 12 compatibility ([394870e](https://github.com/mljs/global-spectral-deconvolution/commit/394870e5154eaa4e4252fe99e7ffca76d7e9eaed))
10+
311
## [11.2.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.1.0...v11.2.0) (2022-05-03)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-gsd",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"description": "Global Spectra Deconvolution",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)