From 917524336af4a03bc20f97eeb32bcfb3e3e31e54 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 25 Oct 2023 02:46:10 +0000 Subject: [PATCH] chore(release): 1.22.4 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f19c362..5c06f42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.22.4](https://github.com/salesforcecli/plugin-functions/compare/1.22.3...1.22.4) (2023-10-25) + + +### Bug Fixes + +* **deps:** bump semver from 5.7.1 to 5.7.2 ([#750](https://github.com/salesforcecli/plugin-functions/issues/750)) ([e4d9e1e](https://github.com/salesforcecli/plugin-functions/commit/e4d9e1ed44b84c318739045e5bfcd67b3563a245)) + + + +## [1.22.3](https://github.com/salesforcecli/plugin-functions/compare/1.22.2...1.22.3) (2023-09-19) + + + ## [1.22.2](https://github.com/salesforcecli/plugin-functions/compare/1.22.1...1.22.2) (2023-09-19) diff --git a/package.json b/package.json index 41cd4676..805cd84f 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.3", + "version": "1.22.4", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run"