Skip to content

Commit

Permalink
chore(release): 2.0.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 24, 2024
1 parent 2dfabee commit 84406bf
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.15](https://github.com/oclif/plugin-version/compare/2.0.14...2.0.15) (2024-03-24)

### Bug Fixes

- **deps:** bump @oclif/core from 3.25.2 to 3.26.0 ([#391](https://github.com/oclif/plugin-version/issues/391)) ([2dfabee](https://github.com/oclif/plugin-version/commit/2dfabeecfd1c5ff72686787f2a031c7c488a1823))

## [2.0.14](https://github.com/oclif/plugin-version/compare/2.0.13...2.0.14) (2024-03-06)

### Bug Fixes
Expand Down
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,9 @@ An oclif command that shows the CLI version

<!-- commands -->

- [`@oclif/plugin-version version`](#oclifplugin-version-version)
# Command Topics

## `@oclif/plugin-version version`

```
USAGE
$ @oclif/plugin-version version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/v2.0.14/src/commands/version.ts)_
- [`@oclif/plugin-version version`](docs/version.md)

<!-- commandsstop -->

Expand Down
23 changes: 23 additions & 0 deletions docs/version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# `@oclif/plugin-version version`

- [`@oclif/plugin-version version`](#oclifplugin-version-version)

## `@oclif/plugin-version version`

```
USAGE
$ @oclif/plugin-version version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.0.15/src/commands/version.ts)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-version",
"description": "A command that shows the CLI version",
"version": "2.0.14",
"version": "2.0.15",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-version/issues",
"dependencies": {
Expand Down

0 comments on commit 84406bf

Please sign in to comment.