diff --git a/CHANGELOG.md b/CHANGELOG.md index b109c3d5d..bd7140927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.57.2](https://github.com/cheminfo/nmrium/compare/v0.57.1...v0.57.2) (2024-07-09) + + +### Bug Fixes + +* apply apodization on the fly when opening its options panel ([506bc4b](https://github.com/cheminfo/nmrium/commit/506bc4bc6c6743a72a325f30c4bfe801bedf6c09)) +* apply baseline correction on the fly when opening its options panel ([1b8ebdc](https://github.com/cheminfo/nmrium/commit/1b8ebdc32b80d9935724a0f49f202dd0fe68ca5b)) +* apply zero filling on the fly when opening its options panel ([d43911d](https://github.com/cheminfo/nmrium/commit/d43911d786b46eab03a1347f3c4c3ace79d24903)) +* correctly handle optional mapValue function ([106f2c9](https://github.com/cheminfo/nmrium/commit/106f2c94c948ce5199eec8adbd09dff1856606a2)) +* read title file in bruker pdata ([#3114](https://github.com/cheminfo/nmrium/issues/3114)) ([f4a18b5](https://github.com/cheminfo/nmrium/commit/f4a18b5ad3a7ce2bfb03d2e6b8ecb2a12dc35e17)) + ## [0.57.1](https://github.com/cheminfo/nmrium/compare/v0.57.0...v0.57.1) (2024-07-04) diff --git a/package-lock.json b/package-lock.json index 828d845c3..46841e1cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "0.57.1", + "version": "0.57.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "0.57.1", + "version": "0.57.2", "license": "MIT", "dependencies": { "@blueprintjs/core": "^5.10.4", diff --git a/package.json b/package.json index 5a07c58a1..3ce9568ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nmrium", "description": "React component to display and process nuclear magnetic resonance (NMR) spectra.", - "version": "0.57.1", + "version": "0.57.2", "license": "MIT", "module": "lib/component/main/index.js", "types": "lib/component/main/index.d.ts",