From e09332acdc8e0eb9bb129570414b4839a1002cd5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 7 Jan 2023 08:44:17 +0000 Subject: [PATCH] chore(release): 1.2.17 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b746cd..f43bde50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.17](https://github.com/salesforcecli/plugin-signups/compare/1.2.16...1.2.17) (2023-01-07) + + +### Bug Fixes + +* **deps:** bump @salesforce/command from 5.2.33 to 5.2.38 ([6a1b2d1](https://github.com/salesforcecli/plugin-signups/commit/6a1b2d180b5a9e35b9d0f0205326e4abb89795f7)) + + + ## [1.2.16](https://github.com/salesforcecli/plugin-signups/compare/1.2.15...1.2.16) (2023-01-01) diff --git a/package.json b/package.json index f4a9a4eb..57d596bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-signups", "description": "Commands to interact with org shapes", - "version": "1.2.16", + "version": "1.2.17", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",