Skip to content

Commit 1ecf61b

Browse files
authored
chore(main): release 2.0.1 (#65)
1 parent d849bf1 commit 1ecf61b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
310
## [2.0.0](https://github.com/cheminfo/nmr-parser/compare/v1.9.1...v2.0.0) (2022-08-27)
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Read and convert any NMR file",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)