We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd09ee3 commit 05243a7Copy full SHA for 05243a7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [14.9.0](https://github.com/mljs/spectra-processing/compare/v14.8.0...v14.9.0) (2024-12-16)
4
+
5
6
+### Features
7
8
+* add xyObjectMinMaxValues function ([#279](https://github.com/mljs/spectra-processing/issues/279)) ([dd09ee3](https://github.com/mljs/spectra-processing/commit/dd09ee3cab362b68cdaafeb2e9edbb9ec0d08c54))
9
10
## [14.8.0](https://github.com/mljs/spectra-processing/compare/v14.7.0...v14.8.0) (2024-12-05)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-spectra-processing",
- "version": "14.8.0",
+ "version": "14.9.0",
"description": "Various method to process spectra",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments