From 99f7329da013a2f0240222b34d3a4dacf4d9155a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 8 Sep 2024 02:54:23 +0000 Subject: [PATCH] chore(release): 2.2.67 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a18cfd80..46bd2929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.67](https://github.com/salesforcecli/source-testkit/compare/2.2.66...2.2.67) (2024-09-08) + + +### Bug Fixes + +* **deps:** bump @salesforce/source-deploy-retrieve from 12.6.0 to 12.6.2 ([#594](https://github.com/salesforcecli/source-testkit/issues/594)) ([3ace262](https://github.com/salesforcecli/source-testkit/commit/3ace262d6f81636ca96e9a2de7408acc186c847b)) + + + ## [2.2.66](https://github.com/salesforcecli/source-testkit/compare/2.2.65...2.2.66) (2024-09-07) diff --git a/package.json b/package.json index 9a856b64..9c266ce9 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.66", + "version": "2.2.67", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",