xml-disassembler 1.10.0 → 1.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@
5
5
 
6
6
  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.
7
7
 
8
+ ## [1.10.2](https://github.com/mcarvin8/xml-disassembler/compare/v1.10.1...v1.10.2) (2025-05-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * build nested files using xmlelement type ([877ff02](https://github.com/mcarvin8/xml-disassembler/commit/877ff02572aaaf5fbcad148f972ab92410e1fb10))
14
+
15
+ ## [1.10.1](https://github.com/mcarvin8/xml-disassembler/compare/v1.10.0...v1.10.1) (2025-05-07)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * parse nested content directly ([194c025](https://github.com/mcarvin8/xml-disassembler/commit/194c025d4e23fc334e493f009346ee19350553fd))
21
+
8
22
  ## [1.10.0](https://github.com/mcarvin8/xml-disassembler/compare/v1.9.3...v1.10.0) (2025-05-07)
9
23
 
10
24