We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1c2a7 commit ef85ea1Copy full SHA for ef85ea1
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [4.0.1](https://github.com/cheminfo/mzData/compare/v4.0.0...v4.0.1) (2025-11-23)
4
+
5
6
+### Bug Fixes
7
8
+* allow uint8array and node buffer ([5a1c2a7](https://github.com/cheminfo/mzData/commit/5a1c2a7cdab0eb8bec8958d7e7147a50a94d2196))
9
10
## [4.0.0](https://github.com/cheminfo/mzData/compare/v3.0.0...v4.0.0) (2025-11-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "mzdata",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Read and explore mzData v1.05 files",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments