Skip to content

Commit

Permalink
chore(release): 2.9.93 [skip ci]
Browse files Browse the repository at this point in the history
## [2.9.93](v2.9.92...v2.9.93) (2025-02-07)

### Bug Fixes

* **deps:** bump @oclif/core from 4.2.5 to 4.2.6 ([#897](#897)) ([bc3a726](bc3a726))
  • Loading branch information
semantic-release-bot committed Feb 7, 2025
1 parent 8179493 commit 9e669a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.9.93](https://github.com/jayree/sfdx-autocomplete-plugin/compare/v2.9.92...v2.9.93) (2025-02-07)


### Bug Fixes

* **deps:** bump @oclif/core from 4.2.5 to 4.2.6 ([#897](https://github.com/jayree/sfdx-autocomplete-plugin/issues/897)) ([bc3a726](https://github.com/jayree/sfdx-autocomplete-plugin/commit/bc3a7261636a0a239d0a076d0b1a9eefb4260c55))

## [2.9.92](https://github.com/jayree/sfdx-autocomplete-plugin/compare/v2.9.91...v2.9.92) (2025-01-31)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.92/src/commands/autocmplt/index.ts)_
_See code: [src/commands/autocmplt/index.ts](https://github.com/jayree/sfdx-autocomplete-plugin/blob/v2.9.93/src/commands/autocmplt/index.ts)_

### `sfdx autocomplete create`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfdx-autocmplt",
"description": "autocomplete plugin for sfdx and sf CLI",
"version": "2.9.92",
"version": "2.9.93",
"author": "jayree @jayree",
"bugs": "https://github.com/jayree/sfdx-autocomplete-plugin/issues",
"type": "module",
Expand Down

0 comments on commit 9e669a6

Please sign in to comment.