diff --git a/CHANGELOG.md b/CHANGELOG.md index cf49c98f3..839a78ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.60.1](https://github.com/cheminfo/nmrium/compare/v0.60.0...v0.60.1) (2024-08-29) + + +### Bug Fixes + +* show/hide the spectra legend fields ([20126dd](https://github.com/cheminfo/nmrium/commit/20126dd157b07e04041306407d8f2bf6554050db)) + ## [0.60.0](https://github.com/cheminfo/nmrium/compare/v0.59.0...v0.60.0) (2024-08-24) diff --git a/package-lock.json b/package-lock.json index 07e633db1..33f06c803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "0.60.0", + "version": "0.60.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "0.60.0", + "version": "0.60.1", "license": "MIT", "dependencies": { "@blueprintjs/core": "^5.11.0", diff --git a/package.json b/package.json index e60d3322b..fc1735b54 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.60.0", + "version": "0.60.1", "license": "MIT", "module": "lib/component/main/index.js", "types": "lib/component/main/index.d.ts",