From a50cf06897983cc32ce59d022572f551c56719e5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 30 Mar 2024 02:43:38 +0000 Subject: [PATCH] chore(release): 2.1.109 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 062aec4c..407b769c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.1.109](https://github.com/salesforcecli/source-testkit/compare/2.1.108...2.1.109) (2024-03-30) + + +### Bug Fixes + +* **deps:** bump @salesforce/kit from 3.0.15 to 3.1.0 ([#511](https://github.com/salesforcecli/source-testkit/issues/511)) ([ab3726b](https://github.com/salesforcecli/source-testkit/commit/ab3726b74c391bbf8b3b03dcce0fb2aa058f80cf)) + + + ## [2.1.108](https://github.com/salesforcecli/source-testkit/compare/2.1.107...2.1.108) (2024-03-23) diff --git a/package.json b/package.json index 793d0836..cb41c6dd 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.1.108", + "version": "2.1.109", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",