Skip to content

Commit

Permalink
chore(release): 1.5.1
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2020-10-06)

### Bug Fixes

* fix duplicate github token environment varible causing auth to fail ([c9110ba](c9110ba))
* update dependencies (including @actions/core) ([9567d76](9567d76))
  • Loading branch information
semantic-release-bot committed Oct 6, 2020
1 parent 0dfe02b commit 4c562aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.5.1](https://github.com/newrelic/repolinter-action/compare/v1.5.0...v1.5.1) (2020-10-06)


### Bug Fixes

* fix duplicate github token environment varible causing auth to fail ([c9110ba](https://github.com/newrelic/repolinter-action/commit/c9110ba1f0fc5b5ee99640d08a9b5c7e384b4c73))
* update dependencies (including @actions/core) ([9567d76](https://github.com/newrelic/repolinter-action/commit/9567d7675b7a6548696d8695030e220e66faa4ea))

# [1.5.0](https://github.com/newrelic/repolinter-action/compare/v1.4.0...v1.5.0) (2020-09-10)


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

0 comments on commit 4c562aa

Please sign in to comment.