diff --git a/CHANGELOG.md b/CHANGELOG.md index d789fd68..474b79eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.29](https://github.com/salesforcecli/plugin-env/compare/3.0.28...3.0.29) (2024-04-21) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.26.3 to 3.26.4 ([1d51ee9](https://github.com/salesforcecli/plugin-env/commit/1d51ee98c121399184350cf2551a080e2c1198de)) + ## [3.0.28](https://github.com/salesforcecli/plugin-env/compare/3.0.27...3.0.28) (2024-04-14) ### Bug Fixes diff --git a/README.md b/README.md index 43a0a059..85526ce1 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ EXAMPLES $ sf env display --target-env myEnv ``` -_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.28/src/commands/env/display.ts)_ +_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.29/src/commands/env/display.ts)_ ## `sf env list` @@ -152,7 +152,7 @@ EXAMPLES $ sf env list --csv --no-header ``` -_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.28/src/commands/env/list.ts)_ +_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.29/src/commands/env/list.ts)_ ## `sf env open` @@ -198,6 +198,6 @@ FLAG DESCRIPTIONS browser applications differ depending on the operating system you're on; check your documentation for details. ``` -_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.28/src/commands/env/open.ts)_ +_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.29/src/commands/env/open.ts)_ diff --git a/package.json b/package.json index 845e2a67..5f564536 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-env", "description": "An sf plugin for logging into and interacting with different Salesforce environments.", - "version": "3.0.28", + "version": "3.0.29", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {