From f4c64ef1b6b2a0c36000b63147fe9429ddba827e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:09:36 +0000 Subject: [PATCH] chore(main): release 1.1.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fb110..ff86cee 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.7](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.6...v1.1.7) (2025-01-10) + + +### Bug Fixes + +* upgrade xml-diassembler ([9e13064](https://github.com/mcarvin8/xml2json-disassembler/commit/9e13064330c788672a4f183e5bd6e8ab4d1b70d0)) + ## [1.1.6](https://github.com/mcarvin8/xml2json-disassembler/compare/v1.1.5...v1.1.6) (2025-01-04) diff --git a/package.json b/package.json index ea8539f..e7de6b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml2json-disassembler", - "version": "1.1.6", + "version": "1.1.7", "description": "A JavaScript package to disassemble then transform XML files into smaller JSON files.", "author": "Matt Carvin", "license": "ISC",