Skip to content

Commit 773f3bd

Browse files
committed
chore(release): 1.0.0
1 parent f931d54 commit 773f3bd

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/deliverybot/helm/compare/v0.1.2...v1.0.0) (2019-09-08)
6+
57
### [0.1.2](https://github.com/deliverybot/helm/compare/v0.1.1...v0.1.2) (2019-09-08)
68

79
### [0.1.1](https://github.com/deliverybot/helm/compare/v0.1.0...v0.1.1) (2019-09-08)

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ inputs:
2828
JSON encoded map.
2929
runs:
3030
using: docker
31-
image: gcr.io/deliverybot/helm:v0.1.2
31+
image: gcr.io/deliverybot/helm:v1.0.0

package-lock.json

+1-1
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,6 +1,6 @@
11
{
22
"name": "status",
3-
"version": "0.1.2",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
66
"homepage": "https://github.com/deliverybot/helm",

0 commit comments

Comments
 (0)