Skip to content

Commit cd76157

Browse files
committed
chore(main): release 1.2.1
1 parent 3499ea3 commit cd76157

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [1.2.1](https://github.com/cheminfo/nmrium/compare/v1.2.0...v1.2.1) (2025-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* disable editing of read-only filters ([4808d0d](https://github.com/cheminfo/nmrium/commit/4808d0d6b7fdf3324331ebacf32de7d5e53b4144))
9+
* mark exclusion zones data as dirty to allow changes to be applied ([52bfafc](https://github.com/cheminfo/nmrium/commit/52bfafc6f974ecf18b34e98b8873e2b1b0f4daaa))
10+
* rollback to full processed spectrum when cancelling filter edit ([3499ea3](https://github.com/cheminfo/nmrium/commit/3499ea32a31f492305098b5ac46d1dc995636559)), closes [#3654](https://github.com/cheminfo/nmrium/issues/3654)
11+
312
## [1.2.0](https://github.com/cheminfo/nmrium/compare/v1.1.0...v1.2.0) (2025-08-21)
413

514

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": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)