From 0127b8622cfd0dfd6199beec1a5e3aca5b69e684 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 30 Apr 2023 05:44:15 +0000 Subject: [PATCH] chore(release): 1.4.14 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc33d98..b0cc4277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.14](https://github.com/salesforcecli/plugin-signups/compare/1.4.13...1.4.14) (2023-04-30) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 2.2.9 to 2.4.0 ([9401c76](https://github.com/salesforcecli/plugin-signups/commit/9401c763258e2162571040224290c75f64a3d38e)) + + + ## [1.4.13](https://github.com/salesforcecli/plugin-signups/compare/1.4.12...1.4.13) (2023-04-22) diff --git a/package.json b/package.json index 567f1f3a..88b95aeb 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.13", + "version": "1.4.14", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",