Skip to content

Commit

Permalink
chore(release): 1.2.10 [skip ci] ## [1.2.10](v1.2.9...v1.2.10) (2024-…
Browse files Browse the repository at this point in the history
…04-24)

### Bug Fixes

* remove extra space in leaf file, normalize variable names, change `xmlPath` to `filePath` in classes ([61a204c](61a204c))
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent 61a204c commit a0bc274
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.2.10](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.9...v1.2.10) (2024-04-24)

### Bug Fixes

- remove extra space in leaf file, normalize variable names, change `xmlPath` to `filePath` in classes ([61a204c](https://github.com/mcarvin8/xml-disassembler/commit/61a204cac95a831e6543f54acb70451c07b824a6))

## [1.2.9](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.8...v1.2.9) (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": "xml-disassembler",
"version": "1.2.9",
"version": "1.2.10",
"description": "A JavaScript package to disassemble XML files into smaller, more manageable files and reassemble them when needed.",
"author": "Matt Carvin",
"license": "ISC",
Expand Down

0 comments on commit a0bc274

Please sign in to comment.