Skip to content

Commit

Permalink
chore(release): 4.1.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 26, 2023
1 parent c462c6f commit a74a889
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1.4](https://github.com/oclif/plugin-update/compare/4.1.3...4.1.4) (2023-11-26)

### Bug Fixes

- **deps:** bump @oclif/core from 3.9.1 to 3.12.0 ([#675](https://github.com/oclif/plugin-update/issues/675)) ([c462c6f](https://github.com/oclif/plugin-update/commit/c462c6f22476e5a0ea01f5892cd06305ee4ccb5a))

## [4.1.3](https://github.com/oclif/plugin-update/compare/4.1.2...4.1.3) (2023-10-22)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FLAGS
-a, --available See 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.
--force Force a re-download of the requested version.
DESCRIPTION
update the oclif-example CLI
Expand All @@ -56,6 +56,6 @@ EXAMPLES
$ oclif-example update --available
```

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

<!-- commandsstop -->
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.1.3",
"version": "4.1.4",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
Expand Down

0 comments on commit a74a889

Please sign in to comment.