Skip to content

Commit

Permalink
Merge pull request #1 from imjohnbo/release-v1.0.0
Browse files Browse the repository at this point in the history
chore: release 1.0.0
  • Loading branch information
imjohnbo authored Nov 25, 2020
2 parents 28b3c76 + d4b5ce1 commit 3b9c128
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 1.0.0 (2020-11-25)


### Features

* initial commit ([d7e0b19](https://www.github.com/imjohnbo/workflow-reports-action/commit/d7e0b199bb476440e76c0f0ff7984c4e6051fbca))


### Bug Fixes

* add package-lock.json ([f844b54](https://www.github.com/imjohnbo/workflow-reports-action/commit/f844b546517379bd5f62f68c66cbd035a7d37916))
* move types from lib to interfaces ([28b3c76](https://www.github.com/imjohnbo/workflow-reports-action/commit/28b3c76a66bdd64c3e17ed8e81517213e7bf6931))
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": "workflow-reports-action",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"description": "Generate reports on how a user or organization uses GitHub Actions",
"main": "dist/main.js",
Expand Down

0 comments on commit 3b9c128

Please sign in to comment.