Skip to content

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Dec 5, 2024
1 parent 17f7bcd commit 4228aa3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/cheminfo/mzData/compare/v2.3.2...v3.0.0) (2024-12-05)


### ⚠ BREAKING CHANGES

* make parser async and use native zlib decompression

### Features

* make parser async and use native zlib decompression ([17f7bcd](https://github.com/cheminfo/mzData/commit/17f7bcda45c563da3edf6c23ea0de53199b12e4d))

## [2.3.2](https://github.com/cheminfo/mzData/compare/v2.3.1...v2.3.2) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mzdata",
"version": "2.3.2",
"version": "3.0.0",
"description": "Read and explore mzData v1.05 files",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 4228aa3

Please sign in to comment.