Skip to content

Commit ebf1ec3

Browse files
authored
chore: release 0.3.0 (#4)
1 parent e2317ce commit ebf1ec3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.2.0...v0.3.0) (2021-09-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Only change attribute names when creating JSON
9+
* attributeNamePrefix is by default '$'
10+
11+
### Features
12+
13+
* Only change attribute names when creating JSON ([8a8a3ba](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/8a8a3ba1bcd652be39cc659b42f717627141d9b4))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* attributeNamePrefix is by default '$' ([dc34e74](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/dc34e748d36220000784bdee9e829695e94589a1))
19+
320
## [0.2.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.1.0...v0.2.0) (2021-09-03)
421

522

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