Skip to content

Commit

Permalink
chore(release): 4.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 4, 2024
1 parent 280b6ed commit ea637fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [4.6.0](https://github.com/oclif/plugin-update/compare/4.5.10...4.6.0) (2024-10-04)

### Features

- use oclif/table ([#932](https://github.com/oclif/plugin-update/issues/932)) ([280b6ed](https://github.com/oclif/plugin-update/commit/280b6ed955ca92b4e37f1c3d151c39bb267facda))

## [4.5.10](https://github.com/oclif/plugin-update/compare/4.5.9...4.5.10) (2024-09-29)

### Bug Fixes
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ update the oclif-example CLI

```
USAGE
$ oclif-example update [CHANNEL] [--force | | [-a | -v <value> | -i]]
$ oclif-example update [CHANNEL] [--force | | [-a | -v <value> | -i]] [-b ]
FLAGS
-a, --available See available versions.
-b, --verbose Show more details about the available versions.
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
-v, --version=<value> Install a specific version.
--force Force a re-download of the requested version.
Expand All @@ -57,7 +58,7 @@ EXAMPLES
$ oclif-example update --available
```

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.5.10/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.6.0/src/commands/update.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
"version": "4.5.10",
"version": "4.6.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit ea637fe

Please sign in to comment.