diff --git a/CHANGELOG.md b/CHANGELOG.md index 648c5fe4..20a1b2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.19](https://github.com/salesforcecli/plugin-info/compare/3.3.18...3.3.19) (2024-07-19) + +### Bug Fixes + +- avoid nullish in template literal ([94d6c73](https://github.com/salesforcecli/plugin-info/commit/94d6c736ede589d9d611b0ebf9f7457efe6e3745)) + ## [3.3.18](https://github.com/salesforcecli/plugin-info/compare/3.3.17...3.3.18) (2024-07-14) ### Bug Fixes diff --git a/README.md b/README.md index c5da4346..e78d2ea3 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.3.18/src/commands/doctor.ts)_ +_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.3.19/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.3.18/src/commands/info/releasenotes/display.ts)_ +_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.3.19/src/commands/info/releasenotes/display.ts)_ diff --git a/package.json b/package.json index 6b576797..1ec5cf92 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.3.18", + "version": "3.3.19", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {