From 4d8f968f85fbf24be7f1c3c3b985308eb68340be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 17:45:33 +0000 Subject: [PATCH] chore(release): update versions to 1.3.0 [skip ci] --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- plugin.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 736f82f2..2fd671eb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This fits multiple use cases: Use `helm` CLI to install this plugin: - helm plugin install https://github.com/aslafy-z/helm-git --version 1.2.0 + helm plugin install https://github.com/aslafy-z/helm-git --version 1.3.0 To use the plugin, you only need `git`. If you want to build the plugin from source, or you want to contribute to the plugin, please see [these instructions](.github/CONTRIBUTING.md). diff --git a/package-lock.json b/package-lock.json index b307c6f8..9932b437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helm-git", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "helm-git", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@semantic-release/exec": "6.0.3", diff --git a/package.json b/package.json index c4ede31f..f830e600 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "helm-git", "private": true, - "version": "1.2.0", + "version": "1.3.0", "description": "npm tooling for helm-git Helm downloader plugin", "scripts": { "prepare": "husky install", diff --git a/plugin.yaml b/plugin.yaml index 4321627e..490ea569 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "helm-git" -version: "1.2.0" +version: "1.3.0" description: |- Get non-packaged Charts directly from Git. downloaders: