Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit d132184

Browse files
authored
Merge pull request #25 from mcarvin8/release-please--branches--main--components--xml2json-disassembler
chore(main): release 1.1.11
2 parents 9f9d2a4 + 0cea6b1 commit d132184

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
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.
77

8+
## [1.1.11](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.10...v1.1.11) (2025-01-21)
9+
10+
11+
### Bug Fixes
12+
13+
* remove parallel processing due to issues ([9b1d933](https://github.com/mcarvin8/xml2json-disassembler/commit/9b1d933459bb4cda572f96156cf6f50784a1e2ad))
14+
815
## [1.1.10](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.9...v1.1.10) (2025-01-21)
916

1017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml2json-disassembler",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "A JavaScript package to disassemble then transform XML files into smaller JSON files.",
55
"author": "Matt Carvin",
66
"license": "ISC",

0 commit comments

Comments
 (0)