From b2f94177b1038a04c074b4dea8d9164bf2363cb4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Apr 2024 17:41:24 +0000 Subject: [PATCH] chore(release): update versions to 0.16.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 422ec193..f8e4c8ee 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.15.2 + helm plugin install https://github.com/aslafy-z/helm-git --version 0.16.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 1c37b254..9cabef2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helm-git", - "version": "0.15.2", + "version": "0.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "helm-git", - "version": "0.15.2", + "version": "0.16.0", "license": "MIT", "devDependencies": { "@semantic-release/exec": "6.0.3", diff --git a/package.json b/package.json index 2dd77a54..466d4b7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "helm-git", "private": true, - "version": "0.15.2", + "version": "0.16.0", "description": "npm tooling for helm-git Helm downloader plugin", "scripts": { "prepare": "husky install", diff --git a/plugin.yaml b/plugin.yaml index bc947440..598a15e3 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "helm-git" -version: "0.15.2" +version: "0.16.0" description: |- Get non-packaged Charts directly from Git. downloaders: