From 94dcc89b5ae012b480b8fe71c1849f3877f65cfd Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:54:22 +0100 Subject: [PATCH] chore(main): release 12.1.5 (#119) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc0f2b..5d02a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.1.5](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.4...v12.1.5) (2024-03-07) + + +### Bug Fixes + +* update ml-spectra-processing and dependencies ([8b646d9](https://github.com/mljs/global-spectral-deconvolution/commit/8b646d91ba7ccf970f51dcb7dc6476635fcda3d4)) + ## [12.1.4](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.3...v12.1.4) (2024-03-06) diff --git a/package.json b/package.json index 4e41d80..ff1d772 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-gsd", - "version": "12.1.4", + "version": "12.1.5", "description": "Global Spectra Deconvolution", "main": "./lib/index.js", "module": "./lib-esm/index.js",