diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a75f63..aa81bc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.13](https://github.com/salesforcecli/plugin-env/compare/3.0.12...3.0.13) (2023-12-31) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 5.0.12 to 5.0.13 ([8e9c03c](https://github.com/salesforcecli/plugin-env/commit/8e9c03c515b777ffcae09549b56d06c88c76f601)) + ## [3.0.12](https://github.com/salesforcecli/plugin-env/compare/3.0.11...3.0.12) (2023-12-24) ### Bug Fixes diff --git a/README.md b/README.md index 2cc5dbde..cf6e0f42 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.12/src/commands/env/display.ts)_ +_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.13/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.12/src/commands/env/list.ts)_ +_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.13/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.12/src/commands/env/open.ts)_ +_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.13/src/commands/env/open.ts)_ diff --git a/package.json b/package.json index 21b7fdf9..8e1f704c 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.12", + "version": "3.0.13", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {