diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd019c4..b14ab0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.9](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.8...5.3.9) (2024-06-01) + + +### Bug Fixes + +* **deps:** bump debug from 4.3.4 to 4.3.5 ([ee15d47](https://github.com/salesforcecli/cli-plugins-testkit/commit/ee15d475ea4433f2060ac080a4a4106f65ed8652)) + + + ## [5.3.8](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.7...5.3.8) (2024-05-26) diff --git a/package.json b/package.json index 5fdb7ee5..e8e24968 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": "5.3.8", + "version": "5.3.9", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",