Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "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",
Expand Down