Skip to content

Commit 6b9ff4a

Browse files
committed
chore(release): 3.0.6 [skip ci]
1 parent 8975f10 commit 6b9ff4a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.6](https://github.com/oclif/plugin-autocomplete/compare/3.0.5...3.0.6) (2024-01-31)
2+
3+
### Bug Fixes
4+
5+
- update help text ([#608](https://github.com/oclif/plugin-autocomplete/issues/608)) ([8975f10](https://github.com/oclif/plugin-autocomplete/commit/8975f102079f71eb888d4f3ccfe3a1e2a0df3d40))
6+
17
## [3.0.5](https://github.com/oclif/plugin-autocomplete/compare/3.0.4...3.0.5) (2024-01-07)
28

39
### Bug Fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ EXAMPLES
6262
$ oclif-example autocomplete --refresh-cache
6363
```
6464

65-
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.0.5/src/commands/autocomplete/index.ts)_
65+
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.0.6/src/commands/autocomplete/index.ts)_
6666

6767
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/plugin-autocomplete",
33
"description": "autocomplete plugin for oclif",
4-
"version": "3.0.5",
4+
"version": "3.0.6",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-autocomplete/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)