diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e373967..ec445e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.1.0](https://github.com/mljs/spectra-processing/compare/v14.0.0...v14.1.0) (2024-03-06) + + +### Features + +* add xyEnsureFloat64 function ([#224](https://github.com/mljs/spectra-processing/issues/224)) ([467a03a](https://github.com/mljs/spectra-processing/commit/467a03a2aa55fe0c0b941613db519fedc95186f2)) + ## [14.0.0](https://github.com/mljs/spectra-processing/compare/v13.0.1...v14.0.0) (2024-03-04) diff --git a/package.json b/package.json index 93b704c6..b7ea04c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.0.0", + "version": "14.1.0", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",