From 97d4668641fc06e783c3626c60f96ab0ca0b9590 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Wed, 11 May 2022 20:09:28 +0200 Subject: [PATCH] chore: release 0.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b284c5c..dff8217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.5.1](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.5.0...v0.5.1) (2022-05-11) + + +### Bug Fixes + +* defaultOptions attributesNoddName is a string ([8cae984](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/8cae9848fbd644e937fedda8f9923042ce50688f)) + ## [0.5.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.4.0...v0.5.0) (2021-10-20) diff --git a/package.json b/package.json index ec547da..7b16073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arraybuffer-xml-parser", - "version": "0.5.0", + "version": "0.5.1", "description": "Parse XML files contained in an array buffer", "main": "./lib/index.js", "module": "./lib-esm/index.js",