From adc34c43cc4e4437884ba173b05fcdaa0057aa52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:17:46 +0000 Subject: [PATCH] chore(main): release 1.1.6 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 537c7e9..e498e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.6](https://github.com/mcarvin8/xml2yaml-disassembler/compare/v1.1.5...v1.1.6) (2025-01-04) + + +### Bug Fixes + +* import log4js from xml-disassembler ([2104081](https://github.com/mcarvin8/xml2yaml-disassembler/commit/2104081ee374005410d0ade4c221e5107c5800f3)) +* remove fast-xml-parser from this package ([487b722](https://github.com/mcarvin8/xml2yaml-disassembler/commit/487b7223d6c9e0588840c91072285ae5d684e44c)) + ## [1.1.5](https://github.com/mcarvin8/xml2yaml-disassembler/compare/v1.1.4...v1.1.5) (2025-01-04) diff --git a/package.json b/package.json index 89f4616..d7aef9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml2yaml-disassembler", - "version": "1.1.5", + "version": "1.1.6", "description": "A JavaScript package to disassemble then transform XML files into smaller YAML files.", "author": "Matt Carvin", "license": "ISC",