We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b868fce commit dbef681Copy full SHA for dbef681
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 0.1.0 (2021-09-03)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "arraybuffer-xml-parser",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Parse XML files contained in an array buffer",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments