diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d28e2a..fd5f9f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.6.46](https://github.com/salesforcecli/plugin-info/compare/2.6.45...2.6.46) (2023-09-28) + +### Bug Fixes + +- **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([b4617e1](https://github.com/salesforcecli/plugin-info/commit/b4617e18f5dce4eb69c2f2cd73daa54bc50bce0d)) + ## [2.6.45](https://github.com/salesforcecli/plugin-info/compare/2.6.44...2.6.45) (2023-09-25) ### Bug Fixes diff --git a/README.md b/README.md index 3c145d7f..ae2173f1 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ EXAMPLES $ sfdx doctor --plugin @salesforce/plugin-source ``` -_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/2.6.45/src/commands/doctor.ts)_ +_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/2.6.46/src/commands/doctor.ts)_ ## `sfdx info:releasenotes:display` @@ -163,6 +163,6 @@ EXAMPLES $ sfdx info:releasenotes:display --version latest ``` -_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/2.6.45/src/commands/info/releasenotes/display.ts)_ +_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/2.6.46/src/commands/info/releasenotes/display.ts)_ diff --git a/package.json b/package.json index 1eca8311..bea953d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-info", "description": "Plugin for accessing cli info from the command line", - "version": "2.6.45", + "version": "2.6.46", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",