Skip to content

Commit

Permalink
chore: update version to 0.7.0 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyaqa authored Jan 12, 2025
1 parent 690e470 commit ae25cd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g magicpod-analyzer
$ magicpod-analyzer COMMAND
running command...
$ magicpod-analyzer (--version)
magicpod-analyzer/0.6.1 linux-arm64 node-v22.12.0
magicpod-analyzer/0.7.0 linux-arm64 node-v22.12.0
$ magicpod-analyzer --help [COMMAND]
USAGE
$ magicpod-analyzer COMMAND
Expand Down Expand Up @@ -59,7 +59,7 @@ EXAMPLES
$ magicpod-analyzer get-batch-runs
```

_See code: [src/commands/get-batch-runs.ts](https://github.com/takeyaqa/magicpod-analyzer/blob/v0.6.1/src/commands/get-batch-runs.ts)_
_See code: [src/commands/get-batch-runs.ts](https://github.com/takeyaqa/magicpod-analyzer/blob/v0.7.0/src/commands/get-batch-runs.ts)_

## `magicpod-analyzer help [COMMAND]`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g magicpod-analyzer
$ magicpod-analyzer COMMAND
running command...
$ magicpod-analyzer (--version)
magicpod-analyzer/0.6.1 linux-arm64 node-v22.12.0
magicpod-analyzer/0.7.0 linux-arm64 node-v22.12.0
$ magicpod-analyzer --help [COMMAND]
USAGE
$ magicpod-analyzer COMMAND
Expand Down Expand Up @@ -61,7 +61,7 @@ EXAMPLES
$ magicpod-analyzer get-batch-runs
```

_See code: [src/commands/get-batch-runs.ts](https://github.com/takeyaqa/magicpod-analyzer/blob/v0.6.1/src/commands/get-batch-runs.ts)_
_See code: [src/commands/get-batch-runs.ts](https://github.com/takeyaqa/magicpod-analyzer/blob/v0.7.0/src/commands/get-batch-runs.ts)_

## `magicpod-analyzer help [COMMAND]`

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": "magicpod-analyzer",
"version": "0.6.1",
"version": "0.7.0",
"description": "Export MagicPod test data for analyzing.",
"author": "Takeshi Kishi",
"bin": {
Expand Down

0 comments on commit ae25cd6

Please sign in to comment.