Skip to content

Commit

Permalink
chore(release): update versions to 0.16.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 11, 2024
1 parent ca9146d commit b2f9417
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "helm-git"
version: "0.15.2"
version: "0.16.0"
description: |-
Get non-packaged Charts directly from Git.
downloaders:
Expand Down

0 comments on commit b2f9417

Please sign in to comment.