We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b862659 commit a7b0a15Copy full SHA for a7b0a15
2 files changed
CHANGELOG.md
100755
100644
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+### [2.2.1](https://www.github.com/cheminfo/mzData/compare/v2.2.0...v2.2.1) (2021-09-07)
4
+
5
6
+### Bug Fixes
7
8
+* allow string to be parsed ([1f8580a](https://www.github.com/cheminfo/mzData/commit/1f8580a9f14dbefd0237f5e3e834295560ae5a66))
9
+* deal correctly with ArrayBuffer ([06dca6b](https://www.github.com/cheminfo/mzData/commit/06dca6b991588f96eee10786b37c1b439197abaa))
10
11
## [2.2.0](https://github.com/cheminfo-js/mzData/compare/v2.1.0...v2.2.0) (2021-09-07)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "mzdata",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Read and explore mzData v1.05 files",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments