From 2795e3ecaa797816ba49ba8c03c6c9f707656513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:31:45 +0000 Subject: [PATCH] chore(main): release 1.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad336c..46b4058 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.3](https://github.com/mcarvin8/xml2yaml-disassembler/compare/v1.1.2...v1.1.3) (2024-12-15) + + +### Bug Fixes + +* normalize paths to unix style ([2f3f393](https://github.com/mcarvin8/xml2yaml-disassembler/commit/2f3f3934db58d522aeceb9c492d3d13731aaa3cf)) + ## [1.1.2](https://github.com/mcarvin8/xml2yaml-disassembler/compare/v1.1.1...v1.1.2) (2024-12-15) diff --git a/package.json b/package.json index 4ed51d4..fd9d581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml2yaml-disassembler", - "version": "1.1.2", + "version": "1.1.3", "description": "A JavaScript package to disassemble then transform XML files into smaller YAML files.", "author": "Matt Carvin", "license": "ISC",