diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce1c512..c2f067d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.46](https://github.com/salesforcecli/source-testkit/compare/2.2.45...2.2.46) (2024-07-30) + + +### Bug Fixes + +* **deps:** bump fast-xml-parser from 4.3.6 to 4.4.1 ([#574](https://github.com/salesforcecli/source-testkit/issues/574)) ([bcb1e68](https://github.com/salesforcecli/source-testkit/commit/bcb1e68841b2c04133022de805a7810f5c7a2b34)) + + + ## [2.2.45](https://github.com/salesforcecli/source-testkit/compare/2.2.44...2.2.45) (2024-07-29) diff --git a/package.json b/package.json index 960e6011..0c99d163 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/source-testkit", "description": "testkit for running NUTs for source related commands", - "version": "2.2.45", + "version": "2.2.46", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",