Skip to content

Commit

Permalink
chore: release 0.3.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Sep 6, 2021
1 parent e2317ce commit ebf1ec3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.2.0...v0.3.0) (2021-09-06)


### ⚠ BREAKING CHANGES

* Only change attribute names when creating JSON
* attributeNamePrefix is by default '$'

### Features

* Only change attribute names when creating JSON ([8a8a3ba](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/8a8a3ba1bcd652be39cc659b42f717627141d9b4))


### Miscellaneous Chores

* attributeNamePrefix is by default '$' ([dc34e74](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/dc34e748d36220000784bdee9e829695e94589a1))

## [0.2.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.1.0...v0.2.0) (2021-09-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arraybuffer-xml-parser",
"version": "0.2.0",
"version": "0.3.0",
"description": "Parse XML files contained in an array buffer",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit ebf1ec3

Please sign in to comment.