diff --git a/CHANGELOG.md b/CHANGELOG.md index 0306df7..a1d7359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.3.0](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.10...v1.3.0) (2024-05-22) + +### Features + +- add support for an ignore file during disassembly ([553a90a](https://github.com/mcarvin8/xml-disassembler/commit/553a90a2a6b5a712aa61c795489f286e9e3ef16a)) + ## [1.2.10](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.9...v1.2.10) (2024-04-24) ### Bug Fixes diff --git a/package.json b/package.json index b5f84d4..4fa666b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml-disassembler", - "version": "1.2.10", + "version": "1.3.0", "description": "A JavaScript package to disassemble XML files into smaller, more manageable files and reassemble them when needed.", "author": "Matt Carvin", "license": "ISC",