diff --git a/CHANGELOG.md b/CHANGELOG.md index b878a1e..37c8897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.2](https://github.com/mcarvin8/xml-disassembler/compare/v1.3.1...v1.3.2) (2024-05-22) + +### Bug Fixes + +- fix logger warning for ignore file ([c462893](https://github.com/mcarvin8/xml-disassembler/commit/c4628936be36b8e778c116db79a9e28f2016cd4a)) + ## [1.3.1](https://github.com/mcarvin8/xml-disassembler/compare/v1.3.0...v1.3.1) (2024-05-22) ### Bug Fixes diff --git a/package.json b/package.json index a633009..04447e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml-disassembler", - "version": "1.3.1", + "version": "1.3.2", "description": "A JavaScript package to disassemble XML files into smaller, more manageable files and reassemble them when needed.", "author": "Matt Carvin", "license": "ISC",