From 2dae820dabafd5c9e297369361bff20bbdd5ae46 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 25 Oct 2023 05:46:15 +0000 Subject: [PATCH] chore(release): 1.22.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c06f42c..59ef48a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.22.5](https://github.com/salesforcecli/plugin-functions/compare/1.22.4...1.22.5) (2023-10-25) + + +### Bug Fixes + +* **deps:** bump word-wrap from 1.2.3 to 1.2.5 ([#749](https://github.com/salesforcecli/plugin-functions/issues/749)) ([6ec0909](https://github.com/salesforcecli/plugin-functions/commit/6ec09095ce446514afd2728828d2ef412106c009)) + + + ## [1.22.4](https://github.com/salesforcecli/plugin-functions/compare/1.22.3...1.22.4) (2023-10-25) diff --git a/package.json b/package.json index 805cd84f..1e400293 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.4", + "version": "1.22.5", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run"