Skip to content

Commit

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

* import XmlElement type with a relative path ([62d056a](62d056a))
* refactor leaf/nested element check into a function ([90d8b10](90d8b10))
* remove await on non-promise ([39cd843](39cd843))
  • Loading branch information
semantic-release-bot committed Apr 8, 2024
1 parent 62d056a commit e2d6124
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.6](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.5...v1.2.6) (2024-04-08)

### Bug Fixes

- import XmlElement type with a relative path ([62d056a](https://github.com/mcarvin8/xml-disassembler/commit/62d056a21dbef3cbe71c115553831b1b4d2a92f7))
- refactor leaf/nested element check into a function ([90d8b10](https://github.com/mcarvin8/xml-disassembler/commit/90d8b10fbb8bd3ed15d9e99580ab59db821291cc))
- remove await on non-promise ([39cd843](https://github.com/mcarvin8/xml-disassembler/commit/39cd843a3795a9a8707b8b14e5d999fd2011ff70))

## [1.2.5](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.4...v1.2.5) (2024-04-07)

### 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.5",
"version": "1.2.6",
"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 e2d6124

Please sign in to comment.