From 4548acac7874480eb74a30ad13e647c4c8ae336b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 16:31:53 +0000 Subject: [PATCH] chore(release): update versions to 1.0.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 23d13f53..fc3286ee 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 0.17.0 + helm plugin install https://github.com/aslafy-z/helm-git --version 1.0.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 fb6c4fb1..0bdbd4f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helm-git", - "version": "0.17.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "helm-git", - "version": "0.17.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@semantic-release/exec": "6.0.3", diff --git a/package.json b/package.json index 3c56cb45..6cf03acf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "helm-git", "private": true, - "version": "0.17.0", + "version": "1.0.0", "description": "npm tooling for helm-git Helm downloader plugin", "scripts": { "prepare": "husky install", diff --git a/plugin.yaml b/plugin.yaml index 10eb78e4..184a0e7f 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "helm-git" -version: "0.17.0" +version: "1.0.0" description: |- Get non-packaged Charts directly from Git. downloaders: