From 64426778f8989b1f3fe2bd7bbf3e4b4249d1804a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Dec 2023 02:45:04 +0000 Subject: [PATCH] chore(release): 3.0.9 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a276c4f4..e510c1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.9](https://github.com/salesforcecli/plugin-info/compare/3.0.8...3.0.9) (2023-12-17) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 5.0.8 to 5.0.10 ([b053ed5](https://github.com/salesforcecli/plugin-info/commit/b053ed5585c2f7973e67a7408ec51e399aa72db2)) + ## [3.0.8](https://github.com/salesforcecli/plugin-info/compare/3.0.7...3.0.8) (2023-12-10) ### Bug Fixes diff --git a/README.md b/README.md index ba7a1800..8ad1344c 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.8/src/commands/doctor.ts)_ +_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.9/src/commands/doctor.ts)_ ## `sf info releasenotes display` @@ -163,6 +163,6 @@ EXAMPLES $ sf info releasenotes display --version latest ``` -_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.8/src/commands/info/releasenotes/display.ts)_ +_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.9/src/commands/info/releasenotes/display.ts)_ diff --git a/package.json b/package.json index c57c646f..87b7234a 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.0.8", + "version": "3.0.9", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {