From 786de9394b2f8a9f4711a2787b797cffd3bf82cf Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 19 Oct 2024 05:43:29 +0000 Subject: [PATCH] chore(release): 2.2.80 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5dc047..04a3e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.80](https://github.com/salesforcecli/source-testkit/compare/2.2.79...2.2.80) (2024-10-19) + + +### Bug Fixes + +* **deps:** bump @salesforce/source-deploy-retrieve from 12.8.0 to 12.8.1 ([#611](https://github.com/salesforcecli/source-testkit/issues/611)) ([1930526](https://github.com/salesforcecli/source-testkit/commit/19305267fac245d934149466858b366c51c5a06d)) + + + ## [2.2.79](https://github.com/salesforcecli/source-testkit/compare/2.2.78...2.2.79) (2024-10-19) diff --git a/package.json b/package.json index 6e744c4..6eb9c47 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.79", + "version": "2.2.80", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",