Skip to content

Commit a7b0a15

Browse files
authored
chore: release 2.2.1 (#12)
1 parent b862659 commit a7b0a15

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
311
## [2.2.0](https://github.com/cheminfo-js/mzData/compare/v2.1.0...v2.2.0) (2021-09-07)
412

513

package.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mzdata",
3-
"version": "2.2.0",
3+
"version": "2.2.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)