Skip to content

Commit 5939e62

Browse files
authored
chore(main): release 2.2.0 (#27)
1 parent ff247a6 commit 5939e62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v2.1.0...v2.2.0) (2026-03-31)
4+
5+
6+
### Features
7+
8+
* modernize package to latest standards ([#26](https://github.com/cheminfo/arraybuffer-xml-parser/issues/26)) ([ff247a6](https://github.com/cheminfo/arraybuffer-xml-parser/commit/ff247a673a27cb0aeceecb0d1de62bfa39cc3f77))
9+
310
## [2.1.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v2.0.0...v2.1.0) (2025-11-21)
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": "arraybuffer-xml-parser",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Parse XML files contained in an array buffer",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)