Skip to content

Commit f18b00a

Browse files
authored
chore: release 1.9.0 (#58)
1 parent 12b0fa9 commit f18b00a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.9.0](https://www.github.com/cheminfo/nmr-parser/compare/v1.8.1...v1.9.0) (2022-06-22)
4+
5+
6+
### Features
7+
8+
* **fromBruker:** new filtering options ([12b0fa9](https://www.github.com/cheminfo/nmr-parser/commit/12b0fa952a54f4871db6f96474049fff644cc13c))
9+
* update brukerconverter ([#57](https://www.github.com/cheminfo/nmr-parser/issues/57)) ([ec260fa](https://www.github.com/cheminfo/nmr-parser/commit/ec260fa6bff17bfe0aecf731afccb566ba3e8148))
10+
311
### [1.8.1](https://www.github.com/cheminfo/nmr-parser/compare/v1.8.0...v1.8.1) (2022-05-09)
412

513

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": "1.8.1",
3+
"version": "1.9.0",
44
"description": "Read and convert any NMR file",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)