From 88c7a8538ab9fff5acbb3a46de8ecb788133ff2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Apr 2021 16:56:58 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ### [1.2.1](https://github.com/felipecassiors/megatar/compare/v1.2.0...v1.2.1) (2021-04-12) ### Dependencies * **deps:** bump jsonpath-plus from 5.0.4 to 5.0.7 ([#203](https://github.com/felipecassiors/megatar/issues/203)) ([90a61d6](https://github.com/felipecassiors/megatar/commit/90a61d6484ede21ed0103f3fed4aa9ecb96356d3)) * **deps:** bump tslib from 2.1.0 to 2.2.0 ([#196](https://github.com/felipecassiors/megatar/issues/196)) ([7103d5e](https://github.com/felipecassiors/megatar/commit/7103d5ec7419354ef5967b4135500175bf36f2be)) --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5327a3fb..bf57c1e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [1.2.1](https://github.com/felipecassiors/megatar/compare/v1.2.0...v1.2.1) (2021-04-12) + + +### Dependencies + +* **deps:** bump jsonpath-plus from 5.0.4 to 5.0.7 ([#203](https://github.com/felipecassiors/megatar/issues/203)) ([90a61d6](https://github.com/felipecassiors/megatar/commit/90a61d6484ede21ed0103f3fed4aa9ecb96356d3)) +* **deps:** bump tslib from 2.1.0 to 2.2.0 ([#196](https://github.com/felipecassiors/megatar/issues/196)) ([7103d5e](https://github.com/felipecassiors/megatar/commit/7103d5ec7419354ef5967b4135500175bf36f2be)) + ## [1.2.0](https://github.com/felipecassiors/megatar/compare/v1.1.2...v1.2.0) (2021-03-15) diff --git a/README.md b/README.md index 20ad44e3..163f5ab6 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.2.0 linux-x64 node-v14.16.0 +megatar/1.2.1 linux-x64 node-v14.16.1 $ megatar --help [COMMAND] USAGE $ megatar COMMAND @@ -79,7 +79,7 @@ EXAMPLES $ megatar chart:list-images https://github.com/jenkinsci/helm-charts/releases/download/jenkins-3.2.4/jenkins-3.2.4.tgz ``` -_See code: [src/commands/chart/list-images.ts](https://github.com/felipecassiors/megatar/blob/v1.2.0/src/commands/chart/list-images.ts)_ +_See code: [src/commands/chart/list-images.ts](https://github.com/felipecassiors/megatar/blob/v1.2.1/src/commands/chart/list-images.ts)_ ## `megatar help [COMMAND]` @@ -119,5 +119,5 @@ EXAMPLES $ megatar save-image hello-world --new-tag test ``` -_See code: [src/commands/save-image.ts](https://github.com/felipecassiors/megatar/blob/v1.2.0/src/commands/save-image.ts)_ +_See code: [src/commands/save-image.ts](https://github.com/felipecassiors/megatar/blob/v1.2.1/src/commands/save-image.ts)_ diff --git a/package-lock.json b/package-lock.json index e7df531f..327b58e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "megatar", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ef83225e..18be739e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "megatar", "description": "Create full offline Helm chart packages.", - "version": "1.2.0", + "version": "1.2.1", "author": "Felipe Santos @felipecassiors", "homepage": "https://github.com/felipecassiors/megatar#readme", "repository": "felipecassiors/megatar",