From 2068997bb650fcc67abc38a623dbb733350c23ae Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 27 Oct 2023 22:13:10 +0000 Subject: [PATCH] chore(release): 1.22.7 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c85657..b3f769b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.22.7](https://github.com/salesforcecli/plugin-functions/compare/1.22.6...1.22.7) (2023-10-27) + + +### Bug Fixes + +* **compute:** add more logging around start of sf env create compute ([#753](https://github.com/salesforcecli/plugin-functions/issues/753)) ([b4b1916](https://github.com/salesforcecli/plugin-functions/commit/b4b19169209fb384821c34a231a60aec0f2aff6d)) + + + ## [1.22.6](https://github.com/salesforcecli/plugin-functions/compare/1.22.5...1.22.6) (2023-10-25) diff --git a/package.json b/package.json index aaa78d97..8faea8ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-functions", "description": "Functions plugin for the SF CLI", - "version": "1.22.6", + "version": "1.22.7", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run"