Skip to content

Commit

Permalink
chore(release): 1.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.5](v1.2.4...v1.2.5) (2020-04-17)

### Bug Fixes

* it was not getting the latest version from location header ([489f585](489f585))
  • Loading branch information
semantic-release-bot committed Apr 17, 2020
1 parent 69e257f commit f432cec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.2.5](https://github.com/snyk-labs/helm-snyk/compare/v1.2.4...v1.2.5) (2020-04-17)


### Bug Fixes

* it was not getting the latest version from location header ([489f585](https://github.com/snyk-labs/helm-snyk/commit/489f5850964461e3542e386b44e46acb6dbb32dd))
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@snyk/helm-snyk",
"version": "0.0.0-development",
"version": "1.2.5",
"description": "",
"main": "dist/main.js",
"scripts": {
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: "snyk"
version: "1.2.1"
version: "1.2.5"
usage: "Check images in your charts for vulnerabilities"
description: |-
"Test your helm charts' docker images with Snyk"
Expand Down

0 comments on commit f432cec

Please sign in to comment.