From 2e5d92caf7efcefa52c52896e90283f86b47b46a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 28 Feb 2023 05:44:15 +0000 Subject: [PATCH] chore(release): 1.4.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 0c17b2eb..ecb38690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.5](https://github.com/salesforcecli/plugin-signups/compare/1.4.4...1.4.5) (2023-02-28) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 2.2.1 to 2.2.3 ([6e65078](https://github.com/salesforcecli/plugin-signups/commit/6e65078d6fb5049fb136ebf0f2572b37978c2a92)) + + + ## [1.4.4](https://github.com/salesforcecli/plugin-signups/compare/1.4.3...1.4.4) (2023-02-25) diff --git a/package.json b/package.json index 4afdd4a6..9d275e7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-signups", "description": "Commands to interact with org shapes", - "version": "1.4.4", + "version": "1.4.5", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",