Skip to content

Commit de6f6aa

Browse files
authored
chore(main): release 1.0.0 (#22)
1 parent 45a57d6 commit de6f6aa

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+
## [1.0.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v0.6.1...v1.0.0) (2024-12-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Simplifcations of the code
9+
10+
### Features
11+
12+
* Simplifcations of the code ([45a57d6](https://github.com/cheminfo/arraybuffer-xml-parser/commit/45a57d61f3038cfa6293706562f7c9fb934d6188))
13+
314
## [0.6.1](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v0.6.0...v0.6.1) (2024-05-14)
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": "0.6.1",
3+
"version": "1.0.0",
44
"description": "Parse XML files contained in an array buffer",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)