diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c7ccd..ebb0355 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.11](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.10...v1.1.11) (2025-01-21) + + +### Bug Fixes + +* remove parallel processing due to issues ([9b1d933](https://github.com/mcarvin8/xml2json-disassembler/commit/9b1d933459bb4cda572f96156cf6f50784a1e2ad)) + ## [1.1.10](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.9...v1.1.10) (2025-01-21) diff --git a/package.json b/package.json index 5d4967c..eb5f834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml2json-disassembler", - "version": "1.1.10", + "version": "1.1.11", "description": "A JavaScript package to disassemble then transform XML files into smaller JSON files.", "author": "Matt Carvin", "license": "ISC",