diff --git a/CHANGELOG.md b/CHANGELOG.md index b678f891..e6a263c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.4.21](https://github.com/salesforcecli/plugin-info/compare/3.4.20...3.4.21) (2024-11-17) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.31 to 4.0.32 ([aa5e37c](https://github.com/salesforcecli/plugin-info/commit/aa5e37c2aee2cc32b9810b6a68e06b9c07177cf8)) + ## [3.4.20](https://github.com/salesforcecli/plugin-info/compare/3.4.19...3.4.20) (2024-11-17) ### Bug Fixes diff --git a/README.md b/README.md index 962e3d94..fc4865fa 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.20/src/commands/doctor.ts)_ +_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.21/src/commands/doctor.ts)_ ## `sf info releasenotes display` @@ -165,6 +165,6 @@ EXAMPLES $ sf info releasenotes display --version latest ``` -_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.20/src/commands/info/releasenotes/display.ts)_ +_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.21/src/commands/info/releasenotes/display.ts)_ diff --git a/package.json b/package.json index 5f10b0fb..0b046667 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": "3.4.20", + "version": "3.4.21", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { diff --git a/yarn.lock b/yarn.lock index 5b2d4c0c..6c57c483 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1484,7 +1484,7 @@ strip-ansi "6.0.1" ts-retry-promise "^0.8.1" -"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.3", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0": +"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0": version "8.8.0" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194" integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==