Skip to content

Commit 3110fb4

Browse files
committed
chore(main): release 4.0.0
1 parent afab015 commit 3110fb4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/cheminfo/nmr-metadata/compare/v3.1.1...v4.0.0) (2026-03-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update code and migrate to type=module
9+
10+
### Features
11+
12+
* catch error if date can not be parsed ([ab24e45](https://github.com/cheminfo/nmr-metadata/commit/ab24e45012f740b1754b65bc3ba5d1f5d7edfe53))
13+
* update code and migrate to type=module ([afab015](https://github.com/cheminfo/nmr-metadata/commit/afab015a5faa469ea3b5ec64b49eac5524de32e1))
14+
315
### [3.1.1](https://www.github.com/cheminfo/nmr-metadata/compare/v3.1.0...v3.1.1) (2021-05-07)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nmr-metadata",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "Extract and normalize metadata from NMR spectra",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)