From a0bc27439be7aca2292353e813749f035b5cdee1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Apr 2024 12:45:14 +0000 Subject: [PATCH] chore(release): 1.2.10 [skip ci] ## [1.2.10](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.9...v1.2.10) (2024-04-24) ### Bug Fixes * remove extra space in leaf file, normalize variable names, change `xmlPath` to `filePath` in classes ([61a204c](https://github.com/mcarvin8/xml-disassembler/commit/61a204cac95a831e6543f54acb70451c07b824a6)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f797a7e..0306df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.10](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.9...v1.2.10) (2024-04-24) + +### Bug Fixes + +- remove extra space in leaf file, normalize variable names, change `xmlPath` to `filePath` in classes ([61a204c](https://github.com/mcarvin8/xml-disassembler/commit/61a204cac95a831e6543f54acb70451c07b824a6)) + ## [1.2.9](https://github.com/mcarvin8/xml-disassembler/compare/v1.2.8...v1.2.9) (2024-04-24) ### Bug Fixes diff --git a/package.json b/package.json index 7c57688..8b53e99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml-disassembler", - "version": "1.2.9", + "version": "1.2.10", "description": "A JavaScript package to disassemble XML files into smaller, more manageable files and reassemble them when needed.", "author": "Matt Carvin", "license": "ISC",