diff --git a/CHANGELOG.md b/CHANGELOG.md index 4374b0de2..0dc98e759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.0](https://github.com/cheminfo/nmrium/compare/v2.6.0...v2.7.0) (2026-08-25) + + +### Features + +* **processings:** tools integrate operation generation ([#4325](https://github.com/cheminfo/nmrium/issues/4325)) ([2b3e3e6](https://github.com/cheminfo/nmrium/commit/2b3e3e6607c6e74410657ea20b142917851deacf)) + ## [2.6.0](https://github.com/cheminfo/nmrium/compare/v2.5.0...v2.6.0) (2026-08-24) diff --git a/package-lock.json b/package-lock.json index 6a14f4fa4..d04c94177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "2.6.0", + "version": "2.7.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.14.0", diff --git a/package.json b/package.json index 581d99556..460c4f758 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": "2.6.0", + "version": "2.7.0", "license": "MIT", "type": "module", "exports": {