diff --git a/CHANGELOG.md b/CHANGELOG.md index ea73866d..8fc06f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.4.9](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.8...4.4.9) (2023-10-21) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 5.3.5 to 5.3.10 ([0fca1f4](https://github.com/salesforcecli/cli-plugins-testkit/commit/0fca1f49c5096c3d5f732c1ef8ced713a805f599)) + + + ## [4.4.8](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.7...4.4.8) (2023-10-19) diff --git a/package.json b/package.json index a5657bf4..c828150b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli-plugins-testkit", "description": "Provides test utilities to assist Salesforce CLI plug-in authors with writing non-unit tests (NUT).", - "version": "4.4.8", + "version": "4.4.9", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",