diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e37cd7..76089d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.9](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.8...v1.1.9) (2025-01-21) + + +### Bug Fixes + +* process files in parallel ([6406933](https://github.com/mcarvin8/xml2json-disassembler/commit/640693328f8a878b5bfedfaee5af1270efc03691)) + ## [1.1.8](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.7...v1.1.8) (2025-01-17) diff --git a/package.json b/package.json index 49a8611..b35f7fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml2json-disassembler", - "version": "1.1.8", + "version": "1.1.9", "description": "A JavaScript package to disassemble then transform XML files into smaller JSON files.", "author": "Matt Carvin", "license": "ISC",