Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci] # [1.1.0](v1.0.4...v1.1.0) (2024-05-22)
Browse files Browse the repository at this point in the history
### Features

* allow an ignore file when running disassembly ([e8b7ee8](e8b7ee8))
  • Loading branch information
semantic-release-bot committed May 22, 2024
1 parent e8b7ee8 commit b1b1d1a
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.1.0](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.0.4...v1.1.0) (2024-05-22)

### Features

- allow an ignore file when running disassembly ([e8b7ee8](https://github.com/mcarvin8/xml2json-disassembler/commit/e8b7ee8dea6ff71730823a8b30bc8fea5fefe2b6))

## [1.0.4](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.0.3...v1.0.4) (2024-04-24)

### 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": "xml2json-disassembler",
"version": "1.0.4",
"version": "1.1.0",
"description": "A JavaScript package to disassemble then transform XML files into smaller JSON files.",
"author": "Matt Carvin",
"license": "ISC",
Expand Down

0 comments on commit b1b1d1a

Please sign in to comment.