Skip to content

Commit f41ee2d

Browse files
committed
chore(release): 3.2.22 [skip ci]
1 parent 9a7ccef commit f41ee2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.2.22](https://github.com/oclif/plugin-autocomplete/compare/3.2.21...3.2.22) (2025-02-16)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump ansis from 3.10.0 to 3.14.0 ([#903](https://github.com/oclif/plugin-autocomplete/issues/903)) ([9a7ccef](https://github.com/oclif/plugin-autocomplete/commit/9a7ccef172b336737d631a2a557d4389680c4f50))
6+
17
## [3.2.21](https://github.com/oclif/plugin-autocomplete/compare/3.2.20...3.2.21) (2025-02-10)
28

39
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ EXAMPLES
6363
$ oclif-example autocomplete --refresh-cache
6464
```
6565

66-
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.21/src/commands/autocomplete/index.ts)_
66+
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.22/src/commands/autocomplete/index.ts)_
6767

6868
<!-- commandsstop -->
6969

package.json

Lines changed: 1 addition & 1 deletion
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.2.21",
4+
"version": "3.2.22",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-autocomplete/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)