Skip to content

Commit 13c61c7

Browse files
authored
chore(main): release 2.1.0 (#25)
1 parent 19e0cae commit 13c61c7

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.1.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v2.0.0...v2.1.0) (2025-11-21)
4+
5+
6+
### Features
7+
8+
* tagNameProcessor callback receives nodes as second argument ([19e0cae](https://github.com/cheminfo/arraybuffer-xml-parser/commit/19e0cae8b4c686a5fd492dae5742d29fe6a8d15c))
9+
310
## [2.0.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v1.0.0...v2.0.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.0.0",
3+
"version": "2.1.0",
44
"description": "Parse XML files contained in an array buffer",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)