Skip to content

Commit

Permalink
chore(release): 1.2.8 [skip ci] ## [1.2.8](v1.2.7...v1.2.8) (2024-04-08)
Browse files Browse the repository at this point in the history
### Bug Fixes

* define functions from each import over using a wildcard ([1246857](1246857))
* parse XML separately to reduce complexity ([aaefd04](aaefd04))
  • Loading branch information
semantic-release-bot committed Apr 8, 2024
1 parent 1246857 commit 199df0a
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.8](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.7...v1.2.8) (2024-04-08)

### Bug Fixes

- define functions from each import over using a wildcard ([1246857](https://github.com/mcarvin8/xml-disassembler/commit/1246857d5774460d74bdecb323f76c230dfe708b))
- parse XML separately to reduce complexity ([aaefd04](https://github.com/mcarvin8/xml-disassembler/commit/aaefd04f7a33da239b4135d5a224fd7b3db63cd7))

## [1.2.7](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.6...v1.2.7) (2024-04-08)

### 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.7",
"version": "1.2.8",
"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 199df0a

Please sign in to comment.