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",