We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ff50b commit dd59022Copy full SHA for dd59022
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
### [1.0.3](https://www.github.com/cheminfo/nmr-parser/compare/v1.0.2...v1.0.3) (2021-04-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "nmr-parser",
- "version": "1.0.3",
+ "version": "1.1.0",
"description": "Read and convert any NMR file",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments