diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0e3ee..437276f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.2](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.1...v1.1.2) (2024-12-15) + + +### Bug Fixes + +* upgrade xml-disassembler ([04dfe2e](https://github.com/mcarvin8/xml2json-disassembler/commit/04dfe2e6c58f5abcd266948c3681cdab2db24283)) + ## [1.1.1](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.0...v1.1.1) (2024-05-22) ### Bug Fixes diff --git a/package.json b/package.json index 46a63b7..fb45431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml2json-disassembler", - "version": "1.1.1", + "version": "1.1.2", "description": "A JavaScript package to disassemble then transform XML files into smaller JSON files.", "author": "Matt Carvin", "license": "ISC",