Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.7](v1.0.6...v1.0.7) (2021-03-04)

### Dependencies

* **deps:** bump @oclif/plugin-help from 3.2.1 to 3.2.2 ([#153](#153)) ([322ec7e](322ec7e))
  • Loading branch information
semantic-release-bot committed Mar 4, 2021
1 parent 322ec7e commit e232930
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.0.7](https://github.com/felipecassiors/megatar/compare/v1.0.6...v1.0.7) (2021-03-04)


### Dependencies

* **deps:** bump @oclif/plugin-help from 3.2.1 to 3.2.2 ([#153](https://github.com/felipecassiors/megatar/issues/153)) ([322ec7e](https://github.com/felipecassiors/megatar/commit/322ec7e16f83c9ca247f41343de980c07dd268d5))

### [1.0.6](https://github.com/felipecassiors/megatar/compare/v1.0.5...v1.0.6) (2021-03-04)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g megatar
$ megatar COMMAND
running command...
$ megatar (-v|--version|version)
megatar/1.0.6 linux-x64 node-v12.21.0
megatar/1.0.7 linux-x64 node-v12.21.0
$ megatar --help [COMMAND]
USAGE
$ megatar COMMAND
Expand Down Expand Up @@ -74,7 +74,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_

## `megatar save-image IMAGE`

Expand All @@ -97,5 +97,5 @@ EXAMPLES
$ megatar save-image hello-world --new-tag test
```

_See code: [src/commands/save-image.ts](https://github.com/felipecassiors/megatar/blob/v1.0.6/src/commands/save-image.ts)_
_See code: [src/commands/save-image.ts](https://github.com/felipecassiors/megatar/blob/v1.0.7/src/commands/save-image.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "megatar",
"description": "Create full offline Helm chart packages.",
"version": "1.0.6",
"version": "1.0.7",
"author": "Felipe Santos @felipecassiors",
"homepage": "https://github.com/felipecassiors/megatar#readme",
"repository": "felipecassiors/megatar",
Expand Down

0 comments on commit e232930

Please sign in to comment.