From 6fecb3b3d46b3e96749c3aa1105a1e67aa11392f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Dec 2024 08:13:40 +0000 Subject: [PATCH] chore(release): 2.9.86 [skip ci] ## [2.9.86](https://github.com/jayree/sfdx-autocomplete-plugin/compare/v2.9.85...v2.9.86) (2024-12-06) ### Bug Fixes * **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([#849](https://github.com/jayree/sfdx-autocomplete-plugin/issues/849)) ([030046c](https://github.com/jayree/sfdx-autocomplete-plugin/commit/030046cef80bee4fe49ce9787e4b8a2dc5cd94f1)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4002d6..d740100e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.9.86](https://github.com/jayree/sfdx-autocomplete-plugin/compare/v2.9.85...v2.9.86) (2024-12-06) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([#849](https://github.com/jayree/sfdx-autocomplete-plugin/issues/849)) ([030046c](https://github.com/jayree/sfdx-autocomplete-plugin/commit/030046cef80bee4fe49ce9787e4b8a2dc5cd94f1)) + ## [2.9.85](https://github.com/jayree/sfdx-autocomplete-plugin/compare/v2.9.84...v2.9.85) (2024-11-22) diff --git a/README.md b/README.md index 5e13579c..fc06e0bf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ DESCRIPTION display autocomplete installation instructions ``` -_See code: [src/commands/autocmplt/index.ts](https://github.com/jayree/sfdx-autocomplete-plugin/blob/v2.9.85/src/commands/autocmplt/index.ts)_ +_See code: [src/commands/autocmplt/index.ts](https://github.com/jayree/sfdx-autocomplete-plugin/blob/v2.9.86/src/commands/autocmplt/index.ts)_ ### `sfdx autocomplete create` diff --git a/package.json b/package.json index 76447bcc..aaa4587e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sfdx-autocmplt", "description": "autocomplete plugin for sfdx and sf CLI", - "version": "2.9.85", + "version": "2.9.86", "author": "jayree @jayree", "bugs": "https://github.com/jayree/sfdx-autocomplete-plugin/issues", "type": "module",