Skip to content

Commit dd59022

Browse files
authored
chore: release 1.1.0 (#33)
1 parent 34ff50b commit dd59022

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://www.github.com/cheminfo/nmr-parser/compare/v1.0.3...v1.1.0) (2021-04-29)
4+
5+
6+
### Features
7+
8+
* update dependencies ([#32](https://www.github.com/cheminfo/nmr-parser/issues/32)) ([34ff50b](https://www.github.com/cheminfo/nmr-parser/commit/34ff50b52a394bcf49a4f6d24d157f70b776e73f))
9+
310
### [1.0.3](https://www.github.com/cheminfo/nmr-parser/compare/v1.0.2...v1.0.3) (2021-04-28)
411

512

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

0 commit comments

Comments
 (0)