Skip to content

Commit

Permalink
chore(release): 1.2.5 [skip ci] ## [1.2.5](v1.2.4...v1.2.5) (2024-04-07)
Browse files Browse the repository at this point in the history
### Bug Fixes

* add newlines after root element in leaf files ([c186ba8](c186ba8))
* allow attributes in nested elements ([6cfbc95](6cfbc95))
  • Loading branch information
semantic-release-bot committed Apr 7, 2024
1 parent c186ba8 commit 27e2b4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.5](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.4...v1.2.5) (2024-04-07)

### Bug Fixes

- add newlines after root element in leaf files ([c186ba8](https://github.com/mcarvin8/xml-disassembler/commit/c186ba802463c37bb3b174773055bed7f8b7f1e8))
- allow attributes in nested elements ([6cfbc95](https://github.com/mcarvin8/xml-disassembler/commit/6cfbc95cfe283e0935c2e637577171de59051887))

## [1.2.4](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.3...v1.2.4) (2024-04-01)

### 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.4",
"version": "1.2.5",
"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 27e2b4b

Please sign in to comment.