Skip to content

Commit

Permalink
chore(main): release 0.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Jul 9, 2024
1 parent d43911d commit 5f64b4d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5f64b4d

Please sign in to comment.