Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci] ## [1.0.3](v1.0.2...v1.0.3) (2024-04-24)
Browse files Browse the repository at this point in the history
### Bug Fixes

* upgrade xml disassembler to fix multi-line leaf sorting, rename XmlToJsonDisassembler function to disassemble ([e309cfa](e309cfa))
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent e309cfa commit 0aaac47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.3](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.0.2...v1.0.3) (2024-04-24)

### Bug Fixes

- upgrade xml disassembler to fix multi-line leaf sorting, rename XmlToJsonDisassembler function to disassemble ([e309cfa](https://github.com/mcarvin8/xml2json-disassembler/commit/e309cfa4902a03f68200e238b1aada6bcb426194))

## [1.0.2](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.0.1...v1.0.2) (2024-04-17)

### Bug Fixes
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.0.2",
"version": "1.0.3",
"description": "A JavaScript package to disassemble then transform XML files into smaller JSON files.",
"author": "Matt Carvin",
"license": "ISC",
Expand Down

0 comments on commit 0aaac47

Please sign in to comment.