diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a6818f7..d2b28b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 804cb911..b87555c0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` @@ -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)_ diff --git a/package-lock.json b/package-lock.json index 24a2f261..3a5d8a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "megatar", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c89df092..24c38ddc 100644 --- a/package.json +++ b/package.json @@ -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",