Skip to content

Commit 9e6c585

Browse files
chore(release): update versions to 0.15.1 [skip ci]
1 parent fb1f388 commit 9e6c585

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This fits multiple use cases:
1818

1919
Use `helm` CLI to install this plugin:
2020

21-
helm plugin install https://github.com/aslafy-z/helm-git --version 0.15.0
21+
helm plugin install https://github.com/aslafy-z/helm-git --version 0.15.1
2222

2323
To use the plugin, you only need `git`. If you want to build the plugin from source, or you want to contribute
2424
to the plugin, please see [these instructions](.github/CONTRIBUTING.md).

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "helm-git",
33
"private": true,
4-
"version": "0.15.0",
4+
"version": "0.15.1",
55
"description": "npm tooling for helm-git Helm downloader plugin",
66
"scripts": {
77
"prepare": "husky install",

plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "helm-git"
2-
version: "0.15.0"
2+
version: "0.15.1"
33
description: |-
44
Get non-packaged Charts directly from Git.
55
downloaders:

0 commit comments

Comments
 (0)