We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d849bf1 commit 1ecf61bCopy full SHA for 1ecf61b
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.0.1](https://github.com/cheminfo/nmr-parser/compare/v2.0.0...v2.0.1) (2022-09-21)
4
+
5
6
+### Bug Fixes
7
8
+* add types file ([#64](https://github.com/cheminfo/nmr-parser/issues/64)) ([8b78f1a](https://github.com/cheminfo/nmr-parser/commit/8b78f1acba11c8c98e04974ac2277adadb1880fc))
9
10
## [2.0.0](https://github.com/cheminfo/nmr-parser/compare/v1.9.1...v2.0.0) (2022-08-27)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "nmr-parser",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Read and convert any NMR file",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments