From d930c7b2479c809a7790ffbf39494c780fa8457d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 5 Mar 2024 19:33:00 +0000 Subject: [PATCH] chore(release): 1.23.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c840c012..689058f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.23.0](https://github.com/salesforcecli/plugin-functions/compare/1.22.11...1.23.0) (2024-03-05) + + +### Features + +* publish npm-shrinkwrap.json ([#772](https://github.com/salesforcecli/plugin-functions/issues/772)) ([a343057](https://github.com/salesforcecli/plugin-functions/commit/a34305753532ae405d70f14e9b0bec91e5951a0f)) + + + ## [1.22.11](https://github.com/salesforcecli/plugin-functions/compare/1.22.10...1.22.11) (2023-12-06) diff --git a/package.json b/package.json index b369721d..302b3ca4 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.11", + "version": "1.23.0", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run"