<!-- markdownlint-disable MD024 MD025 -->
<!-- markdown-link-check-disable -->

# Changelog

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.

## [6.26.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.25.0...v6.26.0) (2026-06-03)


### Features

* support user-configurable uniqueIdElements in overrides config ([#472](https://github.com/mcarvin8/sf-decomposer/issues/472)) ([6d7ed7d](https://github.com/mcarvin8/sf-decomposer/commit/6d7ed7dec516a77205af6d9304f68e2a97942d83))


### Bug Fixes

* remove process.chdir from verify; warn on missing manifest components ([#470](https://github.com/mcarvin8/sf-decomposer/issues/470)) ([81d893e](https://github.com/mcarvin8/sf-decomposer/commit/81d893e323016af712d10c6c0cb818bb1fec34af))

## [6.25.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.24.1...v6.25.0) (2026-05-29)


### Features

* **metadata:** bump @salesforce/source-deploy-retrieve ([#467](https://github.com/mcarvin8/sf-decomposer/issues/467)) ([30193f2](https://github.com/mcarvin8/sf-decomposer/commit/30193f2b1a0235e77653d05de28ee76fb0971e92))

## [6.24.1](https://github.com/mcarvin8/sf-decomposer/compare/v6.24.0...v6.24.1) (2026-05-26)


### Bug Fixes

* **deps:** pin direct dependencies to exact versions ([#465](https://github.com/mcarvin8/sf-decomposer/issues/465)) ([0b8ae82](https://github.com/mcarvin8/sf-decomposer/commit/0b8ae826c5fcedc1602836ad599f4ec369379bd2))

## [6.24.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.23.0...v6.24.0) (2026-05-21)


### Features

* **metadata:** bump config-disassembler from 2.1.0 to 2.2.0 ([#461](https://github.com/mcarvin8/sf-decomposer/issues/461)) ([d33652b](https://github.com/mcarvin8/sf-decomposer/commit/d33652b99fb97a8b2e948cdfa3d47958b7f187fa))

## [6.23.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.22.0...v6.23.0) (2026-05-14)


### Features

* **metadata:** bump @salesforce/source-deploy-retrieve ([#458](https://github.com/mcarvin8/sf-decomposer/issues/458)) ([ff25271](https://github.com/mcarvin8/sf-decomposer/commit/ff25271cb1f509b59435f37e495a43c9b47f3a4b))

## [6.22.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.21.0...v6.22.0) (2026-05-13)


### Features

* bump config-disassembler to support linux musl (x64 and arm64) ([#456](https://github.com/mcarvin8/sf-decomposer/issues/456)) ([e9c7429](https://github.com/mcarvin8/sf-decomposer/commit/e9c7429884029095299dd1de67970723e59192c5))

## [6.21.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.20.0...v6.21.0) (2026-05-13)


### Features

* bump config-disassembler to v2 (per-platform optional deps) ([#454](https://github.com/mcarvin8/sf-decomposer/issues/454)) ([9287f27](https://github.com/mcarvin8/sf-decomposer/commit/9287f27ca09f1be76c6fc67df53f40828a81e585))

## [6.20.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.19.0...v6.20.0) (2026-05-13)


### Features

* bump config-disassembler to support win32-arm64 ([#452](https://github.com/mcarvin8/sf-decomposer/issues/452)) ([b5dd140](https://github.com/mcarvin8/sf-decomposer/commit/b5dd140f2fc5448c0edd0ac28fb30589371ec6d6))

## [6.19.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.18.0...v6.19.0) (2026-05-05)


### Features

* **metadata:** expand uniqueIdElements coverage from audit pass ([#439](https://github.com/mcarvin8/sf-decomposer/issues/439)) ([a4c6080](https://github.com/mcarvin8/sf-decomposer/commit/a4c6080fbafa0840ff9eb797351dd92ab1b0ecae))

## [6.18.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.17.0...v6.18.0) (2026-05-05)


### Features

* **decompose:** bump config-disassembler to 1.2.1 and use compound keys for app ([#433](https://github.com/mcarvin8/sf-decomposer/issues/433)) ([c087664](https://github.com/mcarvin8/sf-decomposer/commit/c087664a44d73116bc375333275cb6f722662013))
* **deps:** bump config-disassembler to 1.3.0 (sanitize + collision detection) ([#436](https://github.com/mcarvin8/sf-decomposer/issues/436)) ([d53878b](https://github.com/mcarvin8/sf-decomposer/commit/d53878b8c67b4ca42a35695b605b2c489bed5f6c))

## [6.17.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.16.0...v6.17.0) (2026-05-04)


### Features

* **decompose:** expand uniqueIdElements coverage for 11 metadata types ([#432](https://github.com/mcarvin8/sf-decomposer/issues/432)) ([7e8d73a](https://github.com/mcarvin8/sf-decomposer/commit/7e8d73a15fbcc860d1aff78067e5851703216c9a))


### Bug Fixes

* **decompose:** bump config-disassembler to 1.1.3 and add approval/entitlement uniqueIdElements ([#430](https://github.com/mcarvin8/sf-decomposer/issues/430)) ([82b2458](https://github.com/mcarvin8/sf-decomposer/commit/82b2458a228e2a0a9ff5a7a49ad1fcc763fb0274))

## [6.16.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.15.1...v6.16.0) (2026-05-01)


### Features

* **decompose:** apply multiLevel defaults to bot by default ([#426](https://github.com/mcarvin8/sf-decomposer/issues/426)) ([f824ffe](https://github.com/mcarvin8/sf-decomposer/commit/f824ffef439f7a00153a729330adbcdb31b816b9))

## [6.15.1](https://github.com/mcarvin8/sf-decomposer/compare/v6.15.0...v6.15.1) (2026-05-01)


### Bug Fixes

* **deps:** bump config-disassembler to 1.1.2 and harden perf suite ([#423](https://github.com/mcarvin8/sf-decomposer/issues/423)) ([a4aefe6](https://github.com/mcarvin8/sf-decomposer/commit/a4aefe64a3a2458d3cabfd23835c27045ac85941))

## [6.15.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.14.0...v6.15.0) (2026-04-30)


### Features

* support multi-rule multiLevel overrides ([#419](https://github.com/mcarvin8/sf-decomposer/issues/419)) ([5b36f74](https://github.com/mcarvin8/sf-decomposer/commit/5b36f745ab998509b2b7a86a1a6d0a65ebc91a45))


### Bug Fixes

* **bot:** round-trip bots with nested botSteps multi-level rule ([#421](https://github.com/mcarvin8/sf-decomposer/issues/421)) ([38e8f9e](https://github.com/mcarvin8/sf-decomposer/commit/38e8f9e944b6ba85d724c479c28f9f3de1e9361a))

## [6.14.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.13.0...v6.14.0) (2026-04-30)


### Features

* add multiLevel override and round-trip verify command ([#418](https://github.com/mcarvin8/sf-decomposer/issues/418)) ([5f06265](https://github.com/mcarvin8/sf-decomposer/commit/5f06265333e9a0523154d0c745e83e0571938f98))
* **decompose:** expose splitTags as an override field ([#416](https://github.com/mcarvin8/sf-decomposer/issues/416)) ([eedf0f2](https://github.com/mcarvin8/sf-decomposer/commit/eedf0f23d248fdd028a097435aa9493449269954))

## [6.13.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.12.0...v6.13.0) (2026-04-30)


### Features

* **decompose:** add per-component overrides ([#415](https://github.com/mcarvin8/sf-decomposer/issues/415)) ([47d7c79](https://github.com/mcarvin8/sf-decomposer/commit/47d7c794db17ccc59e832309a0a4980d736ab89c))
* **deps:** bump dependabot/fetch-metadata from 2 to 3 ([#412](https://github.com/mcarvin8/sf-decomposer/issues/412)) ([6b0a24b](https://github.com/mcarvin8/sf-decomposer/commit/6b0a24b9c83dfb6fb9ef1d8dc8e2dfbec23200bf))
* **metadata:** bump @salesforce/source-deploy-retrieve ([#413](https://github.com/mcarvin8/sf-decomposer/issues/413)) ([e261049](https://github.com/mcarvin8/sf-decomposer/commit/e261049cc07a94642c1e80cf29dbd1e96a7183bd))

## [6.12.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.11.0...v6.12.0) (2026-04-27)


### Features

* add per-metadata-type overrides for decompose ([#407](https://github.com/mcarvin8/sf-decomposer/issues/407)) ([43be31d](https://github.com/mcarvin8/sf-decomposer/commit/43be31d6190e095a0dbc5b763e2439582c5b4214))

## [6.11.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.10.0...v6.11.0) (2026-04-24)


### Features

* add --manifest/-x flag for scoped decompose and recompose ([#405](https://github.com/mcarvin8/sf-decomposer/issues/405)) ([2a1f39f](https://github.com/mcarvin8/sf-decomposer/commit/2a1f39f572362899265c6d6092adb8284b9c4427))

## [6.10.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.9.0...v6.10.0) (2026-04-23)


### Features

* **metadata:** bump @salesforce/source-deploy-retrieve ([#403](https://github.com/mcarvin8/sf-decomposer/issues/403)) ([f02a8a2](https://github.com/mcarvin8/sf-decomposer/commit/f02a8a2fd3bcb7c58ee2beb6ff3d637ed27d0e7f))

## [6.9.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.8.0...v6.9.0) (2026-04-16)


### Features

* **metadata:** bump @salesforce/source-deploy-retrieve ([#399](https://github.com/mcarvin8/sf-decomposer/issues/399)) ([89f24e9](https://github.com/mcarvin8/sf-decomposer/commit/89f24e9d9ea381c4ccc10aff29c71d114106742e))

## [6.8.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.7.0...v6.8.0) (2026-04-09)


### Features

* **metadata:** bump xml-disassembler from 2.3.0 to 2.4.0 ([#396](https://github.com/mcarvin8/sf-decomposer/issues/396)) ([fd31a67](https://github.com/mcarvin8/sf-decomposer/commit/fd31a67b4466e26bb5317f3e88fa1c8f70e602cc))

## [6.7.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.6.0...v6.7.0) (2026-04-04)


### Features

* **metadata:** bump xml-disassembler from 2.2.3 to 2.3.0 ([#394](https://github.com/mcarvin8/sf-decomposer/issues/394)) ([e47a82c](https://github.com/mcarvin8/sf-decomposer/commit/e47a82cbfeabebbea31e4e6e71297de8264b10ab))

## [6.6.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.5.0...v6.6.0) (2026-03-30)


### Features

* **metadata:** bump @salesforce/source-deploy-retrieve ([#392](https://github.com/mcarvin8/sf-decomposer/issues/392)) ([c94ff30](https://github.com/mcarvin8/sf-decomposer/commit/c94ff30c38d12aec42dac5f58f18658520d7d1e7))

## [6.5.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.4.0...v6.5.0) (2026-03-26)


### Features

* **metadata:** bump @salesforce/source-deploy-retrieve ([#390](https://github.com/mcarvin8/sf-decomposer/issues/390)) ([920ab30](https://github.com/mcarvin8/sf-decomposer/commit/920ab30b571055c52929affb2ba26a7617ccafd8))

## [6.4.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.3.1...v6.4.0) (2026-03-25)


### Features

* **metadata:** bump @salesforce/source-deploy-retrieve ([#388](https://github.com/mcarvin8/sf-decomposer/issues/388)) ([206597b](https://github.com/mcarvin8/sf-decomposer/commit/206597b9c76c72a54491b30ff359e0951b9b7f74))

## [6.3.1](https://github.com/mcarvin8/sf-decomposer/compare/v6.3.0...v6.3.1) (2026-03-12)


### Bug Fixes

* bump version to release new images on readme ([b2e5a86](https://github.com/mcarvin8/sf-decomposer/commit/b2e5a867c7d2d3b0e90f03851448143990c4c468))

## [6.3.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.2.0...v6.3.0) (2026-03-12)


### Features

* **metadata:** bump xml-disassembler from 2.2.2 to 2.2.3 ([#385](https://github.com/mcarvin8/sf-decomposer/issues/385)) ([5b6528e](https://github.com/mcarvin8/sf-decomposer/commit/5b6528e8741f405f291a1ceb4a83fee030377669))

## [6.2.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.1.1...v6.2.0) (2026-03-12)


### Features

* **metadata:** bump @salesforce/source-deploy-retrieve ([#383](https://github.com/mcarvin8/sf-decomposer/issues/383)) ([574443b](https://github.com/mcarvin8/sf-decomposer/commit/574443b37e353a212b698b960ff78e1ab7f9a242))

## [6.1.1](https://github.com/mcarvin8/sf-decomposer/compare/v6.1.0...v6.1.1) (2026-03-03)


### Bug Fixes

* **metadata:** add new agentforce unique id element for profiles ([ad2c635](https://github.com/mcarvin8/sf-decomposer/commit/ad2c63541272da79089a4d6bf29bf09e76afd3d1))
* **metadata:** add newer unique id elements for permission sets ([2dba699](https://github.com/mcarvin8/sf-decomposer/commit/2dba699cb0e49e1f86c33bd5b1247a98ec7772c2))

## [6.1.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.0.4...v6.1.0) (2026-03-03)


### Features

* support decompose-nested-permissions for muting permission sets ([bec79b0](https://github.com/mcarvin8/sf-decomposer/commit/bec79b062ef65b82400c83cff392616f22cd6f65))


### Bug Fixes

* **deps:** bump @oclif/core from 4.8.1 to 4.8.2 ([#379](https://github.com/mcarvin8/sf-decomposer/issues/379)) ([582b2c6](https://github.com/mcarvin8/sf-decomposer/commit/582b2c6e4934aebf92c67e8bb1efd244796cdba0))
* **deps:** bump @salesforce/core from 8.26.2 to 8.26.3 ([#375](https://github.com/mcarvin8/sf-decomposer/issues/375)) ([843c0a2](https://github.com/mcarvin8/sf-decomposer/commit/843c0a21d0729583d06c67a5e9f0c4319a9634dd))
* **deps:** bump p-limit from 7.2.0 to 7.3.0 ([#377](https://github.com/mcarvin8/sf-decomposer/issues/377)) ([3913958](https://github.com/mcarvin8/sf-decomposer/commit/39139582b5f489748230bd922928016e585636db))
* **metadata:** add unique id elements for muting permission sets ([54dbd7d](https://github.com/mcarvin8/sf-decomposer/commit/54dbd7d45706365d353a3b0a9dd04fe903ac6292))

## [6.0.4](https://github.com/mcarvin8/sf-decomposer/compare/v6.0.3...v6.0.4) (2026-02-24)


### Bug Fixes

* **deps:** bump @oclif/core from 4.8.0 to 4.8.1 ([382409b](https://github.com/mcarvin8/sf-decomposer/commit/382409bb7c9dd6f9bae46cc374436a6fbb7c7bc6))
* **deps:** bump @salesforce/source-deploy-retrieve ([7561209](https://github.com/mcarvin8/sf-decomposer/commit/756120938fc10063152e95ac311f42048e27d0cb))
* **deps:** bump @salesforce/source-deploy-retrieve from 12.31.10 to 12.31.14 ([54928a8](https://github.com/mcarvin8/sf-decomposer/commit/54928a80c67c203f0a60561b8574d59fec05d0d4))

## [6.0.3](https://github.com/mcarvin8/sf-decomposer/compare/v6.0.2...v6.0.3) (2026-02-12)


### Bug Fixes

* bump xml-disassembler for multi-level disassembly fixes and path standardization ([2b7eaf8](https://github.com/mcarvin8/sf-decomposer/commit/2b7eaf8987bb6059fae0139b066503da426416e8))

## [6.0.2](https://github.com/mcarvin8/sf-decomposer/compare/v6.0.1...v6.0.2) (2026-02-12)


### Bug Fixes

* remove format and postpurge overrides on decomposing labels and loyalty program setup ([d34c5e3](https://github.com/mcarvin8/sf-decomposer/commit/d34c5e3cea52532197b691a144bdda52cbe7d58e))

## [6.0.1](https://github.com/mcarvin8/sf-decomposer/compare/v6.0.0...v6.0.1) (2026-02-12)


### Bug Fixes

* bump xml-disassembler with crate updates to ensure consistent sorting in reassembly ([aec34c6](https://github.com/mcarvin8/sf-decomposer/commit/aec34c6016c2137a4194f9c1dce5dd8c92717325))

## [6.0.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.11.6...v6.0.0) (2026-02-12)


### ⚠ BREAKING CHANGES

* Remove --debug flag and disassemble.log file 
* Remove INI and TOML formats from decompose 
* Re-decompose files to include updated key config JSONs from rust crate

### Features

* migrate to xml-disassembler Rust crate ([7421d6e](https://github.com/mcarvin8/sf-decomposer/commit/7421d6eb7cbf55ed79511589c00f656cf5fa9beb))


### Bug Fixes

* **deps:** bump @salesforce/core from 8.24.0 to 8.25.0 ([c38ddd3](https://github.com/mcarvin8/sf-decomposer/commit/c38ddd3f55fec91112925a46913721f50ad8528d))

## [5.11.6](https://github.com/mcarvin8/sf-decomposer/compare/v5.11.5...v5.11.6) (2026-01-31)


### Bug Fixes

* package.json & yarn.lock to reduce vulnerabilities ([018fa99](https://github.com/mcarvin8/sf-decomposer/commit/018fa99495997766033ca0b72d586d26f50d2b5f))

## [5.11.5](https://github.com/mcarvin8/sf-decomposer/compare/v5.11.4...v5.11.5) (2026-01-03)


### Bug Fixes

* **deps:** bump @salesforce/core from 8.23.4 to 8.24.0 ([#345](https://github.com/mcarvin8/sf-decomposer/issues/345)) ([10d44e1](https://github.com/mcarvin8/sf-decomposer/commit/10d44e187a863116201584fc2139ba97f9cf799c))
* **deps:** bump fs-extra from 11.3.2 to 11.3.3 ([#348](https://github.com/mcarvin8/sf-decomposer/issues/348)) ([48ba5b9](https://github.com/mcarvin8/sf-decomposer/commit/48ba5b9fbe77bd202838bb4f2849995b784c129d))
* **deps:** bump xml-disassembler from 1.11.3 to 1.11.4 ([#351](https://github.com/mcarvin8/sf-decomposer/issues/351)) ([9f32eac](https://github.com/mcarvin8/sf-decomposer/commit/9f32eac5b207533c5a14aa9ef42c9f6efa59657f))

## [5.11.4](https://github.com/mcarvin8/sf-decomposer/compare/v5.11.3...v5.11.4) (2025-12-30)


### Bug Fixes

* upgrade @salesforce/source-deploy-retrieve from 12.30.0 to 12.30.2 ([#342](https://github.com/mcarvin8/sf-decomposer/issues/342)) ([2103024](https://github.com/mcarvin8/sf-decomposer/commit/2103024819316b60d190af8dc19eb78e3ab38052))
* upgrade xml-disassembler from 1.11.1 to 1.11.3 ([#343](https://github.com/mcarvin8/sf-decomposer/issues/343)) ([48f57c4](https://github.com/mcarvin8/sf-decomposer/commit/48f57c4083af3fc881ae8e625dd0d28893d59932))

## [5.11.3](https://github.com/mcarvin8/sf-decomposer/compare/v5.11.2...v5.11.3) (2025-12-03)


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 12.2.5 to 12.2.6 ([#339](https://github.com/mcarvin8/sf-decomposer/issues/339)) ([f4d2e07](https://github.com/mcarvin8/sf-decomposer/commit/f4d2e07179ce326541f576ab04ed10e68273a931))

## [5.11.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.11.1...v5.11.2) (2025-11-30)


### Bug Fixes

* upgrade @salesforce/source-deploy-retrieve from 12.25.0 to 12.26.0 ([#333](https://github.com/mcarvin8/sf-decomposer/issues/333)) ([2c961fb](https://github.com/mcarvin8/sf-decomposer/commit/2c961fbc8fac8de5162b0192082757fc691128ed))
* upgrade xml-disassembler from 1.11.0 to 1.11.1 ([#334](https://github.com/mcarvin8/sf-decomposer/issues/334)) ([ee401c9](https://github.com/mcarvin8/sf-decomposer/commit/ee401c9e2777ece144762bce15432a3625f13621))

## [5.11.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.11.0...v5.11.1) (2025-11-02)


### Bug Fixes

* **deps:** bump xml-disassembler from 1.10.18 to 1.11.0 ([d0f40cd](https://github.com/mcarvin8/sf-decomposer/commit/d0f40cdaa0adc5ecf241b58e3e5a4371814a39d9))

## [5.11.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.15...v5.11.0) (2025-10-29)


### Features

* parallelize metadata processing for significant performance gains ([#327](https://github.com/mcarvin8/sf-decomposer/issues/327)) ([8ade593](https://github.com/mcarvin8/sf-decomposer/commit/8ade593d35793c0dd6a4c5daf969503f552bd280))


### Bug Fixes

* **deps:** bump @salesforce/sf-plugins-core from 12.2.2 to 12.2.4 ([#320](https://github.com/mcarvin8/sf-decomposer/issues/320)) ([1971545](https://github.com/mcarvin8/sf-decomposer/commit/1971545c7659217df5a1b3035e61d5014dd44550))
* **deps:** bump xml-disassembler from 1.10.15 to 1.10.18 ([#314](https://github.com/mcarvin8/sf-decomposer/issues/314)) ([31236b8](https://github.com/mcarvin8/sf-decomposer/commit/31236b85efa84de6d45563e40619b4f337e9b7d3))

## [5.10.15](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.14...v5.10.15) (2025-07-14)


### Bug Fixes

* update node requirement to 20 ([2d90f3c](https://github.com/mcarvin8/sf-decomposer/commit/2d90f3c63ee66879925e7f4e5304ccea11f89594))

## [5.10.14](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.13...v5.10.14) (2025-07-01)


### Bug Fixes

* **deps:** bump @salesforce/core from 8.13.0 to 8.15.0 ([#302](https://github.com/mcarvin8/sf-decomposer/issues/302)) ([f4bd5c5](https://github.com/mcarvin8/sf-decomposer/commit/f4bd5c5d1cea7e8f95562c0df045d04398b8c7ce))
* **deps:** bump @salesforce/source-deploy-retrieve ([#303](https://github.com/mcarvin8/sf-decomposer/issues/303)) ([fc378c7](https://github.com/mcarvin8/sf-decomposer/commit/fc378c7f0b41ad0cc5ad7936ee2d4bdb603be173))

## [5.10.13](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.12...v5.10.13) (2025-06-27)


### Bug Fixes

* upgrade @salesforce/source-deploy-retrieve from 12.19.7 to 12.19.9 ([4f47d83](https://github.com/mcarvin8/sf-decomposer/commit/4f47d83388c30ab603a9156eb7244b559846e19f))

## [5.10.12](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.11...v5.10.12) (2025-06-13)


### Bug Fixes

* correct workflow suffix renaming when decomposing ([7a350ca](https://github.com/mcarvin8/sf-decomposer/commit/7a350ca4ec08229d49e1419576e2b421475f46a2))

## [5.10.11](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.10...v5.10.11) (2025-06-13)


### Bug Fixes

* switch to jest to hit coverage on unreachable code ([#297](https://github.com/mcarvin8/sf-decomposer/issues/297)) ([1146d1d](https://github.com/mcarvin8/sf-decomposer/commit/1146d1d4f3d555d9f630b803c5bf5c18aea39744))

## [5.10.10](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.9...v5.10.10) (2025-06-13)


### Bug Fixes

* convert uid json file to a ts file ([#295](https://github.com/mcarvin8/sf-decomposer/issues/295)) ([ce0ae06](https://github.com/mcarvin8/sf-decomposer/commit/ce0ae060b7d88755e992096975e5d925d2e10e73))

## [5.10.9](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.8...v5.10.9) (2025-06-13)


### Bug Fixes

* **deps:** bump @oclif/core from 4.3.0 to 4.3.3 ([#291](https://github.com/mcarvin8/sf-decomposer/issues/291)) ([2e0a3c9](https://github.com/mcarvin8/sf-decomposer/commit/2e0a3c971033d7b23111673204ffb1d92b34719e))
* **deps:** bump @salesforce/core from 8.11.4 to 8.13.0 ([#290](https://github.com/mcarvin8/sf-decomposer/issues/290)) ([a6b3a5a](https://github.com/mcarvin8/sf-decomposer/commit/a6b3a5ae2798799cc00da28e2b1578a3bb1cfad6))
* **deps:** bump xml-disassembler from 1.10.13 to 1.10.15 ([e499086](https://github.com/mcarvin8/sf-decomposer/commit/e4990866f5eaef45e74b6b96dec6b307a84d84c5))
* move command logic into functions ([#288](https://github.com/mcarvin8/sf-decomposer/issues/288)) ([2e763a9](https://github.com/mcarvin8/sf-decomposer/commit/2e763a9ac4a9a0963c0af67cc3428661e6e20482))

## [5.10.8](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.7...v5.10.8) (2025-05-31)


### Bug Fixes

* upgrade all dependencies ([#286](https://github.com/mcarvin8/sf-decomposer/issues/286)) ([ec07ffa](https://github.com/mcarvin8/sf-decomposer/commit/ec07ffa29f84646c9244cafa312011d7169177ea))

## [5.10.7](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.6...v5.10.7) (2025-05-19)


### Bug Fixes

* update source-deploy-retrieve ([4aa8309](https://github.com/mcarvin8/sf-decomposer/commit/4aa8309f77acf994f95b37863e45cc812968fb1e))
* update xml-disassembler ([8e2ebec](https://github.com/mcarvin8/sf-decomposer/commit/8e2ebece5fc5fd272aaaeef8f17b8de2042b874a))

## [5.10.6](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.5...v5.10.6) (2025-05-15)


### Bug Fixes

* auto-adjust strategy for custom labels and loyalty program ([11e6349](https://github.com/mcarvin8/sf-decomposer/commit/11e63499dba62384e730c4df017298e2259c41fe))

## [5.10.5](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.4...v5.10.5) (2025-05-14)


### Bug Fixes

* remove need to write xml when using other decompose formats ([f943100](https://github.com/mcarvin8/sf-decomposer/commit/f9431007c2283aba8fc55f76cc9c4ff4d232d417))

## [5.10.4](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.3...v5.10.4) (2025-05-13)


### Bug Fixes

* remove extra declaration delete function ([#275](https://github.com/mcarvin8/sf-decomposer/issues/275)) ([2bd1398](https://github.com/mcarvin8/sf-decomposer/commit/2bd139837672036ec8341f09c208da353f6e32ec))

## [5.10.3](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.2...v5.10.3) (2025-05-13)


### Bug Fixes

* add declarations to xmlelement type ([933e21c](https://github.com/mcarvin8/sf-decomposer/commit/933e21c3bd3cb3c7006ebd0dd2d9ddfa260f4ec5))

## [5.10.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.1...v5.10.2) (2025-05-13)


### Bug Fixes

* upgrade xml-disassembler ([9a5b00c](https://github.com/mcarvin8/sf-decomposer/commit/9a5b00c2724cdc29a1810e71c6e16cc87cfa9402))

## [5.10.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.0...v5.10.1) (2025-05-07)


### Bug Fixes

* **deps:** bump @oclif/core from 4.2.10 to 4.3.0 ([75c3823](https://github.com/mcarvin8/sf-decomposer/commit/75c3823986147084dee2810652f1affd60cd0779))
* **deps:** bump @salesforce/core from 8.10.2 to 8.10.3 ([ed64781](https://github.com/mcarvin8/sf-decomposer/commit/ed6478160fb4e7cb4e9eb369291c089d88fe16ea))
* **deps:** bump @salesforce/source-deploy-retrieve ([be536bd](https://github.com/mcarvin8/sf-decomposer/commit/be536bde78ef1a2f4d68271c196e74528231a8cc))
* **deps:** bump xml-disassembler from 1.9.3 to 1.10.1 ([b83829a](https://github.com/mcarvin8/sf-decomposer/commit/b83829afb44c4946b872f27a7871bda5b8879816))

## [5.10.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.9.2...v5.10.0) (2025-05-07)


### Features

* allow multi-level decomposition of loyalty program setup ([9fe1195](https://github.com/mcarvin8/sf-decomposer/commit/9fe1195f64acdbb670c0fb89fac3d39d151143c9))

## [5.9.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.9.1...v5.9.2) (2025-05-06)


### Bug Fixes

* **deps:** bump @salesforce/core from 8.9.0 to 8.10.1 ([5e88776](https://github.com/mcarvin8/sf-decomposer/commit/5e887761b87305daf8d7bd27b2ed692844608ac3))
* **deps:** bump @salesforce/source-deploy-retrieve ([3b6f496](https://github.com/mcarvin8/sf-decomposer/commit/3b6f496cfe460eeb567f50363723402863eb57e0))
* **deps:** bump @salesforce/source-deploy-retrieve from 12.19.0 to 12.19.3 ([d09dd7d](https://github.com/mcarvin8/sf-decomposer/commit/d09dd7dfc8a1b9d05bb4d00663fa2fb311625b54))

## [5.9.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.9.0...v5.9.1) (2025-04-22)


### Bug Fixes

* re-sort field permissions to match salesforce doc ([4770bee](https://github.com/mcarvin8/sf-decomposer/commit/4770beeb60ccfae9e8f45ce7aac9c2ab1862c20d))

## [5.9.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.8.1...v5.9.0) (2025-04-22)


### Features

* provide further decomposition on perm sets with grouped by tag strategy ([e5f28ad](https://github.com/mcarvin8/sf-decomposer/commit/e5f28ade9ec96d49b5dd0b4235b83e2d21546bbc))

## [5.8.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.8.0...v5.8.1) (2025-04-18)


### Bug Fixes

* add strategy to decompose hook ([86e6c8d](https://github.com/mcarvin8/sf-decomposer/commit/86e6c8daa11e9c934427e5a98627ebba79a6e47c))

## [5.8.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.7.2...v5.8.0) (2025-04-18)


### Features

* add new decompose strategy ([a2b27d9](https://github.com/mcarvin8/sf-decomposer/commit/a2b27d9dc8a76a763946bda9402a7a0cc9f71173))

## [5.7.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.7.1...v5.7.2) (2025-04-12)


### Bug Fixes

* remove extension on bot version suffix renaming ([248f576](https://github.com/mcarvin8/sf-decomposer/commit/248f576a08fc3f0ff0b8fcb6bd0798f01c438129))

## [5.7.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.7.0...v5.7.1) (2025-04-12)


### Bug Fixes

* remove format from suffix replacements ([154aab2](https://github.com/mcarvin8/sf-decomposer/commit/154aab2d304fee7068c216cd1a2ce147e3a800a5))

## [5.7.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.6.0...v5.7.0) (2025-04-12)


### Features

* add ini as a decomposed file format ([572a8a2](https://github.com/mcarvin8/sf-decomposer/commit/572a8a2bfa1b4ef81180fa8ef2034d6229f1dad2))

## [5.6.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.5.0...v5.6.0) (2025-04-12)


### Features

* add toml support ([37f61fb](https://github.com/mcarvin8/sf-decomposer/commit/37f61fbbf67e2a92625d90ca2642696cd1a35662))


### Bug Fixes

* **deps:** bump @salesforce/core from 8.8.7 to 8.9.0 ([c5b654d](https://github.com/mcarvin8/sf-decomposer/commit/c5b654d44dfc302d698654b7279a9f17a355afc5))
* **deps:** bump xml-disassembler from 1.5.0 to 1.5.1 ([bd8a4cf](https://github.com/mcarvin8/sf-decomposer/commit/bd8a4cf2a91b75ca55353ef6e5349535d5914102))

## [5.5.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.4.6...v5.5.0) (2025-04-11)


### Features

* remove format flag on recompose ([7caea40](https://github.com/mcarvin8/sf-decomposer/commit/7caea40a1964a07c5595f0813d0a30f63f6717ae))


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([9c8e11f](https://github.com/mcarvin8/sf-decomposer/commit/9c8e11fb38cc307b22d1af37d7e7bfb058aab65b))

## [5.4.6](https://github.com/mcarvin8/sf-decomposer/compare/v5.4.5...v5.4.6) (2025-04-02)


### Bug Fixes

* upgrade xml-disassemblers ([7198cc1](https://github.com/mcarvin8/sf-decomposer/commit/7198cc1ebd8026a75add6224f37fff41563f3c77))

## [5.4.5](https://github.com/mcarvin8/sf-decomposer/compare/v5.4.4...v5.4.5) (2025-04-01)


### Bug Fixes

* **deps:** bump the xml-disassemblers group with 2 updates ([ddde167](https://github.com/mcarvin8/sf-decomposer/commit/ddde167cb55e629867102dc0d9f374bdb8d75f5d))

## [5.4.4](https://github.com/mcarvin8/sf-decomposer/compare/v5.4.3...v5.4.4) (2025-03-30)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([2f42310](https://github.com/mcarvin8/sf-decomposer/commit/2f4231072cd1c53af81f6ed4c1971597d9abd53b))

## [5.4.3](https://github.com/mcarvin8/sf-decomposer/compare/v5.4.2...v5.4.3) (2025-03-25)


### Bug Fixes

* **deps:** bump @oclif/core from 4.0.16 to 4.2.10 ([e2fe34e](https://github.com/mcarvin8/sf-decomposer/commit/e2fe34ed349b0f41fcfd6e59a1e5daacb63e28be))
* **deps:** bump fs-extra from 11.2.0 to 11.3.0 ([1e6b86c](https://github.com/mcarvin8/sf-decomposer/commit/1e6b86c8880f5c80e532f746324e32586826d424))

## [5.4.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.4.1...v5.4.2) (2025-03-21)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([f074b4f](https://github.com/mcarvin8/sf-decomposer/commit/f074b4f90ab149e064eb88892e0846e90a501984))
* **deps:** bump the xml-disassemblers group with 4 updates ([abe8ec7](https://github.com/mcarvin8/sf-decomposer/commit/abe8ec7d53b88ecdd8131eb32c80fadfe51c73f4))

## [5.4.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.4.0...v5.4.1) (2025-03-14)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([e636bb9](https://github.com/mcarvin8/sf-decomposer/commit/e636bb975a661e7018c99bbf17f359ac7c86747b))

## [5.4.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.13...v5.4.0) (2025-03-07)


### Features

* add json5 format for decomposed files ([c5ad254](https://github.com/mcarvin8/sf-decomposer/commit/c5ad25478bcaf39e61cf65195cb6d9b6d91b2054))


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([4333d3b](https://github.com/mcarvin8/sf-decomposer/commit/4333d3b1f6a7621fad94085e1146a6daa7fc0d93))

## [5.3.13](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.12...v5.3.13) (2025-03-05)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([2146e58](https://github.com/mcarvin8/sf-decomposer/commit/2146e5881e0307d44c092a942c3380d7c441ecd4))
* **deps:** bump the xml-disassemblers group with 3 updates ([3b5c37f](https://github.com/mcarvin8/sf-decomposer/commit/3b5c37f6cceaedd913df75351b25d05e633b8e5d))

## [5.3.12](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.11...v5.3.12) (2025-02-27)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([ccd280f](https://github.com/mcarvin8/sf-decomposer/commit/ccd280fbb2c7cdb4c94d81d4af18c8c2c0cda270))

## [5.3.11](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.10...v5.3.11) (2025-02-24)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([bbd3ec4](https://github.com/mcarvin8/sf-decomposer/commit/bbd3ec4a807ef9277aec4e8e22b58c4e4820be61))
* **deps:** bump the xml-disassemblers group across 1 directory with 3 updates ([8b9966f](https://github.com/mcarvin8/sf-decomposer/commit/8b9966f071666c56f19851eb4962ccc1424b0ba0))

## [5.3.10](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.9...v5.3.10) (2025-02-16)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([38a9946](https://github.com/mcarvin8/sf-decomposer/commit/38a9946f306cac16537fd19d95fadb8fe00e25bb))

## [5.3.9](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.8...v5.3.9) (2025-02-10)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([a4aa797](https://github.com/mcarvin8/sf-decomposer/commit/a4aa797cb9b581ebe24950f08c631f75bbbc070e))

## [5.3.8](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.7...v5.3.8) (2025-02-03)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([3d3b160](https://github.com/mcarvin8/sf-decomposer/commit/3d3b16029fa3b56f48d17694e5a0fb25d173ac2e))

## [5.3.7](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.6...v5.3.7) (2025-02-03)


### Bug Fixes

* upgrade disassemblers ([f36035b](https://github.com/mcarvin8/sf-decomposer/commit/f36035b309604dff445438823bf3cf16e529f65b))

## [5.3.6](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.5...v5.3.6) (2025-02-01)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([2b02cf0](https://github.com/mcarvin8/sf-decomposer/commit/2b02cf0edca2a313e021d3cf708e925ab4aeff91))

## [5.3.5](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.4...v5.3.5) (2025-01-21)


### Bug Fixes

* revert to v5.3.1 to remove parallel processing ([940e59f](https://github.com/mcarvin8/sf-decomposer/commit/940e59fe36580436176a22b9ae39cc6e9104afd1))

## [5.3.4](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.3...v5.3.4) (2025-01-21)


### Bug Fixes

* set concurrency limit on parallel operations ([0ff717d](https://github.com/mcarvin8/sf-decomposer/commit/0ff717d84c2085d0c16bcf5efa92d6eb94c4df3e))

## [5.3.3](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.2...v5.3.3) (2025-01-21)


### Bug Fixes

* **deps:** bump xml-disassembler from 1.3.8 to 1.3.9 ([e4f3002](https://github.com/mcarvin8/sf-decomposer/commit/e4f3002fa2b3c985f020485633c6a8b9550e83c6))
* **deps:** bump xml-disassembler from 1.3.9 to 1.3.10 ([ff47b11](https://github.com/mcarvin8/sf-decomposer/commit/ff47b11b95fb0791557dc81c65374509270e9056))
* **deps:** bump xml2json-disassembler from 1.1.7 to 1.1.8 ([5e60535](https://github.com/mcarvin8/sf-decomposer/commit/5e6053545f90046a53e7c2114567bd47c914ce57))
* **deps:** bump xml2json-disassembler from 1.1.8 to 1.1.9 ([3153656](https://github.com/mcarvin8/sf-decomposer/commit/315365694fe8781ea8796b3554f66609a9d84194))
* **deps:** bump xml2json-disassembler from 1.1.9 to 1.1.10 ([f160907](https://github.com/mcarvin8/sf-decomposer/commit/f160907fd215565100a4578901fba75c919318e4))
* **deps:** bump xml2yaml-disassembler from 1.1.7 to 1.1.8 ([326a6d9](https://github.com/mcarvin8/sf-decomposer/commit/326a6d9be7768a78898550446e58d720d557b496))
* **deps:** bump xml2yaml-disassembler from 1.1.8 to 1.1.10 ([5151ac2](https://github.com/mcarvin8/sf-decomposer/commit/5151ac2fa53a35ac13f6cece1bc755eaa26435c2))

## [5.3.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.1...v5.3.2) (2025-01-18)


### Bug Fixes

* get all package directories in parallel ([7b412cd](https://github.com/mcarvin8/sf-decomposer/commit/7b412cd85918050faeda3d57ac9dfdbb9ce0c206))
* move files in parallel ([e23cd9b](https://github.com/mcarvin8/sf-decomposer/commit/e23cd9b1cc4a2a0c95a6fac394d9f0a46ad691f2))
* remove awaits in loops in handlers ([0e12cee](https://github.com/mcarvin8/sf-decomposer/commit/0e12ceeb734fc95be04bd5ccdbec52a340057e24))
* rename all bot version files in parallel ([b24645a](https://github.com/mcarvin8/sf-decomposer/commit/b24645a599e48c516ac0aca4b2adc161c7d8c2ae))

## [5.3.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.3.0...v5.3.1) (2025-01-14)


### Bug Fixes

* allow hooks to ignore package directories ([36de48c](https://github.com/mcarvin8/sf-decomposer/commit/36de48ca1eead66b02f001fd3e267aa1759c5025))

## [5.3.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.2.3...v5.3.0) (2025-01-14)


### Features

* ignore package directories ([2425eee](https://github.com/mcarvin8/sf-decomposer/commit/2425eeef8e9f0d18cb262ffbd6d4325a423316c5))

## [5.2.3](https://github.com/mcarvin8/sf-decomposer/compare/v5.2.2...v5.2.3) (2025-01-13)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([9552e33](https://github.com/mcarvin8/sf-decomposer/commit/9552e33c4354e9c8efa976f6dfa8b4e939c05714))
* **deps:** bump xml-disassembler from 1.3.7 to 1.3.8 ([5075395](https://github.com/mcarvin8/sf-decomposer/commit/5075395da11b0b907df75f42d31fe0bd1003627e))

## [5.2.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.2.1...v5.2.2) (2025-01-10)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([8fb57c6](https://github.com/mcarvin8/sf-decomposer/commit/8fb57c6d060c18761559324aec7301a5ec772d53))
* **deps:** bump xml-disassembler from 1.3.4 to 1.3.7 ([e91bc0f](https://github.com/mcarvin8/sf-decomposer/commit/e91bc0f6c6970e575aac680fa14c30b1b2f9f14a))
* **deps:** bump xml2json-disassembler from 1.1.4 to 1.1.7 ([19552a2](https://github.com/mcarvin8/sf-decomposer/commit/19552a22a5c4c6dbde9d53367fce1b94938ac2c1))
* **deps:** bump xml2yaml-disassembler from 1.1.4 to 1.1.7 ([d12bee2](https://github.com/mcarvin8/sf-decomposer/commit/d12bee269dab1dc02c961699f424c4ebe63603aa))

## [5.2.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.2.0...v5.2.1) (2025-01-02)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([baa35e6](https://github.com/mcarvin8/sf-decomposer/commit/baa35e65770c1673711d4eff897811a25bd5483c))
* **deps:** bump xml-disassembler from 1.3.2 to 1.3.4 ([70fb757](https://github.com/mcarvin8/sf-decomposer/commit/70fb7579d6ab663550695e9c65e0a9b0dedcac15))
* **deps:** bump xml2json-disassembler from 1.1.1 to 1.1.4 ([a8827d9](https://github.com/mcarvin8/sf-decomposer/commit/a8827d96105467565325799998d68e73d9b0f22a))
* **deps:** bump xml2yaml-disassembler from 1.1.1 to 1.1.4 ([a3bb58b](https://github.com/mcarvin8/sf-decomposer/commit/a3bb58b61cf2bcace830e6682bd4759a74a308f1))

## [5.2.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.1.1...v5.2.0) (2024-11-04)


### Features

* rename decomposed workflows for sfdx-git-delta detection ([8d6a61f](https://github.com/mcarvin8/sf-decomposer/commit/8d6a61f6c47299e8f58fda7750c56e4f85482f87))


### Bug Fixes

* include workflow send suffix ([a09048b](https://github.com/mcarvin8/sf-decomposer/commit/a09048bc3eac1b4f761add90eed5d12b3edc67f2))

## [5.1.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.1.0...v5.1.1) (2024-11-01)


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve ([aeb5d48](https://github.com/mcarvin8/sf-decomposer/commit/aeb5d486807d3b8e49c331f89d02a6787c5aad4a))

## [5.1.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.0.1...v5.1.0) (2024-10-28)


### Features

* remove dependency on git repos ([39e83db](https://github.com/mcarvin8/sf-decomposer/commit/39e83db06b428373c52e0e5305073127b7668f2f))

## [5.0.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.0.0...v5.0.1) (2024-10-09)


### Bug Fixes

* rename decomposed labels in yaml and json format with `label` suffix ([c95ed2d](https://github.com/mcarvin8/sf-decomposer/commit/c95ed2d1d8b71e2baa4d502dd03dd63256c0da27))

## [5.0.0](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.8...v5.0.0) (2024-10-04)


### ⚠ BREAKING CHANGES

* rename decomposed labels to align with salesforce's decomposed labels

### Features

* rename decomposed labels to align with salesforce's decomposed labels ([90bc332](https://github.com/mcarvin8/sf-decomposer/commit/90bc332fb4998fcce8adbda283d4e3532a2922e2))


### Bug Fixes

* **deps:** bump @salesforce/source-deploy-retrieve from 12.1.8 to 12.7.3 ([ae0e188](https://github.com/mcarvin8/sf-decomposer/commit/ae0e1888e84be2988ad1d0e10bb61999cd26f2d5))

## [4.1.8](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.7...v4.1.8) (2024-07-28)


### Bug Fixes

* switch to isomorphic-git ([e483bef](https://github.com/mcarvin8/sf-decomposer/commit/e483bef0c6b007e66e7915fb4701d622fb00302c))

## [4.1.7](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.6...v4.1.7) (2024-07-27)


### Bug Fixes

* upgrade sf-plugins-core ([0119f34](https://github.com/mcarvin8/sf-decomposer/commit/0119f34d7bf3bc6c2f072e091fdb89e4e41265e4))

## [4.1.6](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.5...v4.1.6) (2024-07-27)


### Bug Fixes

* add unique ID element for loyaltyProgramSetup ([1c72ac9](https://github.com/mcarvin8/sf-decomposer/commit/1c72ac94a8472c6855280cd92e3a8ac4f01739cf))
* upgrade salesforce dependencies ([b813332](https://github.com/mcarvin8/sf-decomposer/commit/b8133320160c76ffc4f42cc2d6577a3b18912dd6))

## [4.1.5](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.4...v4.1.5) (2024-06-14)


### Bug Fixes

* cleaner warning message ([4e22408](https://github.com/mcarvin8/sf-decomposer/commit/4e22408006cdaa733e9cf5565ea5e4a38909cf9b))

## [4.1.4](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.3...v4.1.4) (2024-06-12)

### Bug Fixes

- switch Node working directory to repo root folder ([fa2f0bb](https://github.com/mcarvin8/sf-decomposer/commit/fa2f0bb91b45e28887ec958bc4924e8bbb33d468))

## [4.1.3](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.2...v4.1.3) (2024-05-22)

### Bug Fixes

- fix logger warning for ignore file path ([6e790da](https://github.com/mcarvin8/sf-decomposer/commit/6e790daad05f933311377a6bf8e268f461b4b4c4))

## [4.1.2](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.1...v4.1.2) (2024-05-22)

### Bug Fixes

- rename ignore file to `.sfdecomposerignore` ([de5260a](https://github.com/mcarvin8/sf-decomposer/commit/de5260a58ee0e9d28bbd40330486193ce18d35ed))

## [4.1.1](https://github.com/mcarvin8/sf-decomposer/compare/v4.1.0...v4.1.1) (2024-05-22)

### Bug Fixes

- post disclaimer to state this plugin must be ran in the root folder ([5ba6bf5](https://github.com/mcarvin8/sf-decomposer/commit/5ba6bf5039cbb04f596191810fae98d807eb6934))

# [4.1.0](https://github.com/mcarvin8/sf-decomposer/compare/v4.0.1...v4.1.0) (2024-05-22)

### Features

- process an ignore file when decomposing ([f7d72f7](https://github.com/mcarvin8/sf-decomposer/commit/f7d72f75846a603d10d5c1cb40edc4bd4cec5691))

## [4.0.1](https://github.com/mcarvin8/sf-decomposer/compare/v4.0.0...v4.0.1) (2024-04-30)

### Bug Fixes

- add project deploy prerun hook for recompose command ([c073993](https://github.com/mcarvin8/sf-decomposer/commit/c073993b55aee1146c52e0cc76d62f36a58647e1))

# [4.0.0](https://github.com/mcarvin8/sf-decomposer/compare/v3.3.10...v4.0.0) (2024-04-29)

### Features

- rename package to `sf-decomposer` ([f03134d](https://github.com/mcarvin8/sf-decomposer/commit/f03134d723e9f693ec305833a62fc1a9aff79026))

### BREAKING CHANGES

- renamed from `sfdx-decomposer` to `sf-decomposer`

## [3.3.10](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.9...v3.3.10) (2024-04-29)

### Bug Fixes

- deprecate this package. this will be renamed to `sf-decomposer`. ([1305913](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/1305913cfe558cc13859d3269b5b737e91e11460))

## [3.3.9](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.8...v3.3.9) (2024-04-29)

### Bug Fixes

- rename hook JSON to `.sfdecomposer.config.json` ([ecb6140](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/ecb6140eb56818272b1c5e9aaf7a61ece09e411b))

## [3.3.8](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.7...v3.3.8) (2024-04-29)

### Bug Fixes

- read a new JSON file for post retrieve hook variables ([7a2b39f](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/7a2b39f54c992e541aed67465bce38dc220fc1a9))

## [3.3.7](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.6...v3.3.7) (2024-04-29)

### Bug Fixes

- add env variable for decomposed file format to post retrieve hook ([5c22ef9](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/5c22ef9a3d2d4bca7615bcc55cc6ea6b50e9e689))

## [3.3.6](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.5...v3.3.6) (2024-04-29)

### Bug Fixes

- fix postpurge hook name in readme ([9c3a9b7](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/9c3a9b73670f899a878fe32a6b92e0942864e369))

## [3.3.5](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.4...v3.3.5) (2024-04-29)

### Bug Fixes

- add post retrieve hook to run decompose command ([64ede9e](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/64ede9e9da4fca403b538161b04ff379adc57508))

## [3.3.4](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.3...v3.3.4) (2024-04-24)

### Bug Fixes

- fix promises in commands ([02f1470](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/02f14709445ff7abb4d21318cfe66228f5a02946))

## [3.3.3](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.2...v3.3.3) (2024-04-24)

### Bug Fixes

- allow `--metadata-type` to be declared multiple times in a command ([e4d489a](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/e4d489a7e6d12b7f9ff1bc1d335c0fe0ef3cda8f))
- upgrade disassemblers ([d1cc730](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/d1cc7306e4dd30f10976a1ac8982cdbda739659c))

## [3.3.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.1...v3.3.2) (2024-04-24)

### Bug Fixes

- upgrade disassemblers to fix multi-line leaf content sorting ([d9e4672](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/d9e46729186d5f33c97e89972306413f6d52a224))

## [3.3.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.3.0...v3.3.1) (2024-04-23)

### Bug Fixes

- use `simple-git` to get `sfdx-project.json` path, remove `--sfdx-configuration` flag ([9bfe341](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/9bfe3410da98db1316211eb5acde920fac569981))

# [3.3.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.2.3...v3.3.0) (2024-04-17)

### Features

- allow decomposed files to be XMLs, JSONs, or YAMLs ([0256e68](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/0256e68b82bd2aae36f5ac64aeb405f9dabb3d68))

## [3.2.3](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.2.2...v3.2.3) (2024-04-08)

### Bug Fixes

- log xml disassembler errors as warnings when running both commands ([117cf60](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/117cf606683f2e96fe22d7c6170b5ac170070402))

## [3.2.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.2.1...v3.2.2) (2024-04-08)

### Bug Fixes

- add `--postpurge` flag to recompose, refactor imports, upgrade disassembler ([ee8a52b](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/ee8a52bcf3368737406a7fb60db09180b5e4da9a))

## [3.2.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.2.0...v3.2.1) (2024-04-07)

### Bug Fixes

- fix leaf file indenting by upgrading xml disassembler ([ed170f8](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/ed170f8df1aad761981107c4ddad130ec7fe2caa))

# [3.2.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.1.1...v3.2.0) (2024-04-02)

### Bug Fixes

- **deps:** bump @oclif/core from 3.19.4 to 3.26.0 ([437a306](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/437a3060fb583f71a83a69d3695bc589bee19f3c))
- **deps:** bump @salesforce/source-deploy-retrieve from 10.5.2 to 10.7.1 ([8b26d08](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/8b26d08d015d7bd6f7bd0eba9ee5fc0272b25ede))

### Features

- read `sfdx-project.json` for directories and process multiple directories in a command ([518243d](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/518243d19b833f71127fa956487b5a208983897d))

# [3.2.0-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.1.2-beta.2...v3.2.0-beta.1) (2024-04-02)

### Features

- read `sfdx-project.json` for directories and process multiple directories in a command ([518243d](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/518243d19b833f71127fa956487b5a208983897d))

## [3.1.2-beta.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.1.2-beta.1...v3.1.2-beta.2) (2024-04-02)

### Bug Fixes

- **deps:** bump @oclif/core from 3.19.4 to 3.26.0 ([437a306](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/437a3060fb583f71a83a69d3695bc589bee19f3c))

## [3.1.2-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.1.1...v3.1.2-beta.1) (2024-04-01)

### Bug Fixes

- **deps:** bump @salesforce/source-deploy-retrieve from 10.5.2 to 10.7.1 ([8b26d08](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/8b26d08d015d7bd6f7bd0eba9ee5fc0272b25ede))

## [3.1.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.1.0...v3.1.1) (2024-03-15)

### Bug Fixes

- load json using fs ([54f4853](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/54f4853375861dfa26a07f6c7aed7a8ebde688f3))
- readd `resolveJsonModule` to tsconfig.json ([9532e2f](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/9532e2f8d3c862811e753ccaaec1d9a1f084c499))
- update @salesforce/source-deploy-retrieve ([d48871d](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/d48871d37c57f1fa017b7a9fed11e914018e1ba1))

## [3.1.1-beta.3](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.1.1-beta.2...v3.1.1-beta.3) (2024-03-15)

### Bug Fixes

- readd `resolveJsonModule` to tsconfig.json ([9532e2f](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/9532e2f8d3c862811e753ccaaec1d9a1f084c499))

## [3.1.1-beta.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.1.1-beta.1...v3.1.1-beta.2) (2024-03-15)

### Bug Fixes

- load json using fs ([54f4853](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/54f4853375861dfa26a07f6c7aed7a8ebde688f3))

## [3.1.1-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.1.0...v3.1.1-beta.1) (2024-03-14)

### Bug Fixes

- update @salesforce/source-deploy-retrieve ([d48871d](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/d48871d37c57f1fa017b7a9fed11e914018e1ba1))

# [3.1.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.0.2...v3.1.0) (2024-03-12)

### Bug Fixes

- only disassemble the original custom labels file ([1d6d502](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/1d6d502767331a15d0dd89e1daef8081c21f55bd))

### Features

- rename `purge` flag to `prepurge` and add `postpurge` flag ([2fd7ff6](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/2fd7ff64c4bb9e261732675fb4b609e13400e830))

# [3.1.0-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.0.2-beta.1...v3.1.0-beta.1) (2024-03-12)

### Bug Fixes

- only disassemble the original custom labels file ([1d6d502](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/1d6d502767331a15d0dd89e1daef8081c21f55bd))

### Features

- rename `purge` flag to `prepurge` and add `postpurge` flag ([2fd7ff6](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/2fd7ff64c4bb9e261732675fb4b609e13400e830))

## [3.0.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.0.1...v3.0.2) (2024-03-07)

### Bug Fixes

- upgrade xml-disassembler to ensure consistent sorting in recomposed files on linux ([4230f95](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/4230f955b18bf5f50d861ade67b82d2e336b0d22))

## [3.0.2-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.0.1...v3.0.2-beta.1) (2024-03-07)

### Bug Fixes

- upgrade xml-disassembler to ensure consistent sorting in recomposed files on linux ([4230f95](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/4230f955b18bf5f50d861ade67b82d2e336b0d22))

## [3.0.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v3.0.0...v3.0.1) (2024-02-24)

### Bug Fixes

- delete empty custom label temp directory created during recompose process ([f27c211](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/f27c211c51c96be4b6b10ff55207ec761ad6c7a2))

# [3.0.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.2.0...v3.0.0) (2024-02-24)

### Bug Fixes

- rename bot version meta files and delete recomposed files during test to ensure they are remade ([f6b4675](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/f6b4675a492692037441053ebfc93cc2a834e8d9))

### Features

- add xml-disassembler package ([e5f6173](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/e5f6173ea9dce4600e3544baf523406869486c0e))

### BREAKING CHANGES

- Decompose files will need to be re-generated.

# [2.2.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.1.5...v2.2.0) (2024-02-18)

### Features

- expand supported metadata types to the majority of metadata types supported by SDR ([02fb119](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/02fb119dae4b1c02a29f92149844368e3f543527))

## [2.1.5](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.1.4...v2.1.5) (2024-02-17)

### Bug Fixes

- if root element key is an array of leaf elements, add to leaf file ([3259d85](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/3259d855e89d495d34d4847ac21ba6f54f62db82))

## [2.1.4](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.1.3...v2.1.4) (2024-02-16)

### Bug Fixes

- fix how decompose sets unique id elements ([2a0d78a](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/2a0d78ab0a066253ae64c46628c1728c4512205d))

## [2.1.3](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.1.2...v2.1.3) (2024-02-15)

### Bug Fixes

- use short SHA-256 hash if no unique ID elements are found ([4ac65a0](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/4ac65a04e0f51859e9a7ae93509fe4497d13543b))

## [2.1.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.1.1...v2.1.2) (2024-02-14)

### Bug Fixes

- resolve lint issues on buildNestedElements ([e1bd33d](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/e1bd33d7e3a2e4c06bc3742faf0c1f56ac9c3f2d))

## [2.1.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.1.0...v2.1.1) (2024-02-14)

### Bug Fixes

- adjust comment prop name to allow comments in translations ([e3d9279](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/e3d9279d77757eea630997f113da4042bc68f332))

# [2.1.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.0.2...v2.1.0) (2024-02-14)

### Features

- add marketing app extensions and CDATA support ([38d6941](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/38d694184054b1caa35d9c9a04fd8448d69258fd))

## [2.0.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.0.1...v2.0.2) (2024-02-14)

### Bug Fixes

- links in readme ([e7351d3](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/e7351d32ac1627f7a51b611fd8f4f134fffdb765))

## [2.0.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v2.0.0...v2.0.1) (2024-02-14)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 7.1.3 to 7.1.9 ([7b48afc](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/7b48afc50060449c7ffbc9d02a005ead19df4c69))

# [2.0.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v1.1.1...v2.0.0) (2024-02-11)

### Bug Fixes

- **deps:** bump @salesforce/core from 6.5.1 to 6.5.3 ([0eff76c](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/0eff76c57039b697d9eaf9a482b24f90b8485399))
- **deps:** bump fast-xml-parser from 4.3.3 to 4.3.4 ([654d939](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/654d9397d6d1c49557c673151898f0a380676c5c))

### Features

- rename compose command ([6a7002e](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/6a7002e44f0b5c4d5cfd137e80673c3423f2fb2d))

### BREAKING CHANGES

- rename 'compose' command to 'recompose'

# [2.0.0-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v1.1.2-beta.2...v2.0.0-beta.1) (2024-02-11)

### Features

- rename compose command ([6a7002e](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/6a7002e44f0b5c4d5cfd137e80673c3423f2fb2d))

### BREAKING CHANGES

- rename 'compose' command to 'recompose'

## [1.1.2-beta.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v1.1.2-beta.1...v1.1.2-beta.2) (2024-02-11)

### Bug Fixes

- **deps:** bump @salesforce/core from 6.5.1 to 6.5.3 ([0eff76c](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/0eff76c57039b697d9eaf9a482b24f90b8485399))

## [1.1.2-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v1.1.1...v1.1.2-beta.1) (2024-02-11)

### Bug Fixes

- **deps:** bump fast-xml-parser from 4.3.3 to 4.3.4 ([654d939](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/654d9397d6d1c49557c673151898f0a380676c5c))

## [1.1.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v1.1.0...v1.1.1) (2024-02-06)

### Bug Fixes

- add logging from salesforce core ([3f80ca8](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/3f80ca8f9675f1306d88fbb4ae20ded0d624b5c8))

## [1.1.1-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v1.1.0...v1.1.1-beta.1) (2024-02-06)

### Bug Fixes

- add logging from salesforce core ([3f80ca8](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/3f80ca8f9675f1306d88fbb4ae20ded0d624b5c8))

# [1.1.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v1.0.0...v1.1.0) (2024-02-02)

### Features

- import SDR for metadata types ([9b7b08a](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/9b7b08a13c22e36ea4b7a0b3f0dee50da03ff77a))

# [1.0.0](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v0.1.1...v1.0.0) (2024-01-31)

### Features

- beta release ([808e88c](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/808e88cbb5b25cf1bdc6076286448ffd0753aa52))
- trigger new beta release with async updates ([81e6792](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/81e6792e249a54e2a701a3f73706a7ba72e68e8f))

### BREAKING CHANGES

- beta

# [1.0.0-beta.2](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-01-31)

### Features

- trigger new beta release with async updates ([81e6792](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/81e6792e249a54e2a701a3f73706a7ba72e68e8f))

# [1.0.0-beta.1](https://github.com/mcarvin8/sfdx-decomposer-plugin/compare/v0.1.1...v1.0.0-beta.1) (2024-01-30)

### Features

- beta release ([808e88c](https://github.com/mcarvin8/sfdx-decomposer-plugin/commit/808e88cbb5b25cf1bdc6076286448ffd0753aa52))

### BREAKING CHANGES

- beta
