diff --git a/CHANGELOG.md b/CHANGELOG.md index 96aec639..0f1b23ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.24.0](https://github.com/salesforcecli/cli/compare/v1.23.0...v1.24.0) (2022-04-13) + ## [1.23.0](https://github.com/salesforcecli/cli/compare/v1.22.1...v1.23.0) (2022-04-06) ### [1.22.1](https://github.com/salesforcecli/cli/compare/v1.22.0...v1.22.1) (2022-04-06) diff --git a/README.md b/README.md index 2806e6b2..341d2c2d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/1.23.0 linux-x64 node-v14.19.1 +@salesforce/cli/1.24.0 linux-x64 node-v14.19.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -327,7 +327,7 @@ EXAMPLES $ sf deploy --interactive ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.2.1/src/commands/deploy.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.3.0/src/commands/deploy.ts)_ ## `sf deploy functions`