Skip to content

Commit

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

* upgrade xml-disassembler, normalize `jsonPath`/`xmlPath` variables to `filePath` ([18a37b9](18a37b9))
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent 18a37b9 commit 74e2a84
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.4](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.0.3...v1.0.4) (2024-04-24)

### Bug Fixes

- upgrade xml-disassembler, normalize `jsonPath`/`xmlPath` variables to `filePath` ([18a37b9](https://github.com/mcarvin8/xml2json-disassembler/commit/18a37b93a94cbc7126777efd21dbc59d96d6bf0b))

## [1.0.3](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.0.2...v1.0.3) (2024-04-24)

### 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.3",
"version": "1.0.4",
"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 74e2a84

Please sign in to comment.