diff --git a/CHANGELOG.md b/CHANGELOG.md index 5648b08051..85803ceeef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.53.1](https://github.com/cheminfo/nmrium/compare/v0.53.0...v0.53.1) (2024-04-02) + + +### Bug Fixes + +* crosshair label position ([#3001](https://github.com/cheminfo/nmrium/issues/3001)) ([9381c21](https://github.com/cheminfo/nmrium/commit/9381c2183d98befa81ee5187800909c1377ebcff)) + ## [0.53.0](https://github.com/cheminfo/nmrium/compare/v0.52.0...v0.53.0) (2024-03-22) diff --git a/package-lock.json b/package-lock.json index fb71b4b3bb..82b4c007f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "0.53.0", + "version": "0.53.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "0.53.0", + "version": "0.53.1", "license": "MIT", "dependencies": { "@blueprintjs/core": "^5.10.1", diff --git a/package.json b/package.json index a042c70db0..481c582a3f 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.53.0", + "version": "0.53.1", "license": "MIT", "module": "lib/component/main/index.js", "types": "lib/component/main/index.d.ts",