Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.7...v1.1.0) (2020-08-14)

### Features

* add username input key to remove dependency on GitHub /user API ([f284c99](f284c99))
  • Loading branch information
semantic-release-bot committed Aug 14, 2020
1 parent 699afe9 commit f801b57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/newrelic/repolinter-action/compare/v1.0.7...v1.1.0) (2020-08-14)


### Features

* add username input key to remove dependency on GitHub /user API ([f284c99](https://github.com/newrelic/repolinter-action/commit/f284c994fb50e4968c077abb0e30fd0048371939))

## [1.0.7](https://github.com/newrelic/repolinter-action/compare/v1.0.6...v1.0.7) (2020-08-14)


Expand Down
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": "repolinter-action",
"version": "1.0.7",
"version": "1.1.0",
"private": true,
"description": "GitHub action to automatically enforce open source policies using Repolinter",
"main": "lib/entry.js",
Expand Down

0 comments on commit f801b57

Please sign in to comment.