Skip to content

Commit ef85ea1

Browse files
committed
chore(main): release 4.0.1
1 parent 5a1c2a7 commit ef85ea1

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+
## [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+
310
## [4.0.0](https://github.com/cheminfo/mzData/compare/v3.0.0...v4.0.0) (2025-11-23)
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": "mzdata",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Read and explore mzData v1.05 files",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)