Skip to content

Commit

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

* refactor processElement to not exceed arguments limit ([db2bd59](db2bd59))
  • Loading branch information
semantic-release-bot committed Apr 8, 2024
1 parent db2bd59 commit 69b59ea
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.7](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.6...v1.2.7) (2024-04-08)

### Bug Fixes

- refactor processElement to not exceed arguments limit ([db2bd59](https://github.com/mcarvin8/xml-disassembler/commit/db2bd59f03b127b60ebe7bceaa5bd71fc2424470))

## [1.2.6](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.5...v1.2.6) (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.6",
"version": "1.2.7",
"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 69b59ea

Please sign in to comment.