Skip to content

Commit 4e09def

Browse files
authored
chore(main): release 0.65.2 (#3610)
1 parent f6761ce commit 4e09def

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.65.2](https://github.com/cheminfo/nmrium/compare/v0.65.1...v0.65.2) (2025-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* don't display publication string when there are no ranges ([2774b3b](https://github.com/cheminfo/nmrium/commit/2774b3b0501f09d692b32670cc60aecb02921019))
9+
* prediction panel structure editor scrolls on overflow ([5c8a937](https://github.com/cheminfo/nmrium/commit/5c8a937286f6ca1109bdd66d042b2745e0cbc9b6))
10+
311
## [0.65.1](https://github.com/cheminfo/nmrium/compare/v0.65.0...v0.65.1) (2025-07-10)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nmrium",
33
"description": "React component to display and process nuclear magnetic resonance (NMR) spectra.",
4-
"version": "0.65.1",
4+
"version": "0.65.2",
55
"license": "MIT",
66
"type": "module",
77
"exports": "./lib/component/main/index.js",

0 commit comments

Comments
 (0)