From ebf1ec3dadf8bbe9756d332f5c88057517616d92 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Mon, 6 Sep 2021 13:31:26 +0200 Subject: [PATCH] chore: release 0.3.0 (#4) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bad16d..4c9900d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d580f45..c991741 100644 --- a/package.json +++ b/package.json @@ -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",