Skip to content

Commit e91138b

Browse files
authored
chore: release 0.6.0 (#17)
1 parent 554e133 commit e91138b

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+
## [0.6.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.5.1...v0.6.0) (2022-05-25)
4+
5+
6+
### Features
7+
8+
* add function parseStream ([#16](https://www.github.com/cheminfo/arraybuffer-xml-parser/issues/16)) ([554e133](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/554e13359f4aaacd875567989d2646d75f4e915f))
9+
310
### [0.5.1](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.5.0...v0.5.1) (2022-05-11)
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": "0.5.1",
3+
"version": "0.6.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)