Skip to content

Commit 2fef880

Browse files
authored
chore(main): release 0.6.1 (#19)
1 parent a6c39ae commit 2fef880

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.6.1](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v0.6.0...v0.6.1) (2024-05-14)
4+
5+
6+
### Bug Fixes
7+
8+
* update dependencies ([5542e8a](https://github.com/cheminfo/arraybuffer-xml-parser/commit/5542e8af65fe6e0756cdeb6cbe0cf6cdc9e76450))
9+
* update dependencies and fix TS ([#20](https://github.com/cheminfo/arraybuffer-xml-parser/issues/20)) ([a6c39ae](https://github.com/cheminfo/arraybuffer-xml-parser/commit/a6c39ae1b4877b94e67506411f7254402957570a))
10+
311
## [0.6.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.5.1...v0.6.0) (2022-05-25)
412

513

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.0",
3+
"version": "0.6.1",
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)