Skip to content

Commit dbef681

Browse files
authored
chore: release 0.2.0 (#3)
1 parent b868fce commit dbef681

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.2.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.1.0...v0.2.0) (2021-09-03)
4+
5+
6+
### Bug Fixes
7+
8+
* publish ([b868fce](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/b868fce371514607ffb19dc577a6db94df817665))
9+
310
## 0.1.0 (2021-09-03)
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.1.0",
3+
"version": "0.2.0",
44
"description": "Parse XML files contained in an array buffer",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)