Skip to content

Commit

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

* findUniqueIdElement should always return a string ([e20584e](e20584e))
* switch disassembled files to async ([e4c5cbc](e4c5cbc))
  • Loading branch information
semantic-release-bot committed Apr 1, 2024
1 parent 25964e4 commit 9546d2e
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.4](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.3...v1.2.4) (2024-04-01)

### Bug Fixes

- findUniqueIdElement should always return a string ([e20584e](https://github.com/mcarvin8/xml-disassembler/commit/e20584ed2ca71eaa7146d23da1b7f8460ae3d6a7))
- switch disassembled files to async ([e4c5cbc](https://github.com/mcarvin8/xml-disassembler/commit/e4c5cbcfde49e551a2e2d6933c1d1d3420bf4dc1))

## [1.2.3](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.2...v1.2.3) (2024-03-31)

### 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.3",
"version": "1.2.4",
"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 9546d2e

Please sign in to comment.