From db5c035d4f6b51b34418aadf6faefd1c6faa91ea Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 9 Nov 2024 05:43:30 +0000 Subject: [PATCH] chore(release): 2.2.85 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7001b37..9286a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.85](https://github.com/salesforcecli/source-testkit/compare/2.2.84...2.2.85) (2024-11-09) + + +### Bug Fixes + +* **deps:** bump @salesforce/cli-plugins-testkit from 5.3.35 to 5.3.36 ([#618](https://github.com/salesforcecli/source-testkit/issues/618)) ([61594af](https://github.com/salesforcecli/source-testkit/commit/61594afaab9d5ac7e8a15ef8e75b7619e6009da3)) + + + ## [2.2.84](https://github.com/salesforcecli/source-testkit/compare/2.2.83...2.2.84) (2024-11-02) diff --git a/package.json b/package.json index deaf018..debdebd 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.84", + "version": "2.2.85", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",