Skip to content

Commit e1f6b12

Browse files
authored
chore(main): release 3.0.0 (#51)
1 parent 0ae1c78 commit e1f6b12

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/cheminfo/nmr-correlation/compare/v2.3.5...v3.0.0) (2025-05-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to ESM ([#50](https://github.com/cheminfo/nmr-correlation/issues/50))
9+
10+
### Code Refactoring
11+
12+
* migrate to ESM ([#50](https://github.com/cheminfo/nmr-correlation/issues/50)) ([0ae1c78](https://github.com/cheminfo/nmr-correlation/commit/0ae1c7810b0428dbc1f5c8d404b9b6c6b73407fc))
13+
314
## [2.3.5](https://github.com/cheminfo/nmr-correlation/compare/v2.3.4...v2.3.5) (2025-02-04)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nmr-correlation",
3-
"version": "2.3.5",
3+
"version": "3.0.0",
44
"description": "Build and manipulation of correlations from 1D and 2D NMR data",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)