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.8 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.8](v1.0.7...v1.0.8) (2021-03-15)

### Dependencies

* **deps:** bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 ([#171](#171)) ([e177546](e177546))
* **deps:** bump @docusaurus/preset-classic ([#172](#172)) ([bd3619e](bd3619e))
  • Loading branch information
semantic-release-bot committed Mar 15, 2021
1 parent eb6b60b commit eee434e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [1.0.8](https://github.com/felipecassiors/megatar/compare/v1.0.7...v1.0.8) (2021-03-15)


### Dependencies

* **deps:** bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 ([#171](https://github.com/felipecassiors/megatar/issues/171)) ([e177546](https://github.com/felipecassiors/megatar/commit/e17754677f7e547bdf7bde1e1fd4a77aae00d24a))
* **deps:** bump @docusaurus/preset-classic ([#172](https://github.com/felipecassiors/megatar/issues/172)) ([bd3619e](https://github.com/felipecassiors/megatar/commit/bd3619ef9e58974459508f4e3cf26ba4eb6437b4))

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


Expand Down
4 changes: 2 additions & 2 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.7 linux-x64 node-v12.21.0
megatar/1.0.8 linux-x64 node-v14.16.0
$ megatar --help [COMMAND]
USAGE
$ megatar COMMAND
Expand Down Expand Up @@ -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.7/src/commands/save-image.ts)_
_See code: [src/commands/save-image.ts](https://github.com/felipecassiors/megatar/blob/v1.0.8/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.7",
"version": "1.0.8",
"author": "Felipe Santos @felipecassiors",
"homepage": "https://github.com/felipecassiors/megatar#readme",
"repository": "felipecassiors/megatar",
Expand Down

0 comments on commit eee434e

Please sign in to comment.