From 6b9ff4a669b0bae549c6a5d3642fb88ebd2b06d0 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 31 Jan 2024 21:49:01 +0000 Subject: [PATCH] chore(release): 3.0.6 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2e877f..a135d0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.6](https://github.com/oclif/plugin-autocomplete/compare/3.0.5...3.0.6) (2024-01-31) + +### Bug Fixes + +- update help text ([#608](https://github.com/oclif/plugin-autocomplete/issues/608)) ([8975f10](https://github.com/oclif/plugin-autocomplete/commit/8975f102079f71eb888d4f3ccfe3a1e2a0df3d40)) + ## [3.0.5](https://github.com/oclif/plugin-autocomplete/compare/3.0.4...3.0.5) (2024-01-07) ### Bug Fixes diff --git a/README.md b/README.md index 8e7a0540..6ab57371 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,6 @@ EXAMPLES $ oclif-example autocomplete --refresh-cache ``` -_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.0.5/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.0.6/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 6512bcf1..ea4061f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.0.5", + "version": "3.0.6", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {