Skip to content

Commit d4650f1

Browse files
authored
chore(main): release 2.0.0 (#24)
1 parent 76f36b3 commit d4650f1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v1.0.0...v2.0.0) (2025-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to type:module
9+
10+
### Features
11+
12+
* migrate to type:module ([76f36b3](https://github.com/cheminfo/arraybuffer-xml-parser/commit/76f36b355e4b6756ae63d45e1daa05b60bd292aa))
13+
314
## [1.0.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v0.6.1...v1.0.0) (2024-12-03)
415

516

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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Parse XML files contained in an array buffer",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)