Skip to content

Commit 2800be3

Browse files
authored
chore(main): release 3.0.0 (#71)
1 parent b9242cc commit 2800be3

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-parser/compare/v2.0.2...v3.0.0) (2022-10-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use fileCollection (#70)
9+
10+
### Features
11+
12+
* use fileCollection ([#70](https://github.com/cheminfo/nmr-parser/issues/70)) ([efa7b68](https://github.com/cheminfo/nmr-parser/commit/efa7b683c5e9a0b893cbbe28a3ff7ff1e7992c5e))
13+
314
## [2.0.2](https://github.com/cheminfo/nmr-parser/compare/v2.0.1...v2.0.2) (2022-09-27)
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-parser",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Read and convert any NMR file",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)