Skip to content

Commit

Permalink
chore(release): 1.3.2
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2020-09-03)

### Bug Fixes

* add better error reporting ([2e60d13](2e60d13))
* add error message to issue creation 410 ([9eadd13](9eadd13))
* add some error reporting for testing ([b73c261](b73c261))
* minor error clarity improvements ([63d878b](63d878b))
* some formatting issues when printing errors ([f1c341e](f1c341e))
  • Loading branch information
semantic-release-bot committed Sep 3, 2020
1 parent bb977e4 commit 2104a66
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.3.2](https://github.com/newrelic/repolinter-action/compare/v1.3.1...v1.3.2) (2020-09-03)


### Bug Fixes

* add better error reporting ([2e60d13](https://github.com/newrelic/repolinter-action/commit/2e60d13b8226ae27344ed436824aa51a42b88212))
* add error message to issue creation 410 ([9eadd13](https://github.com/newrelic/repolinter-action/commit/9eadd1306052e7719761cca59a26cc6d4457bbfd))
* add some error reporting for testing ([b73c261](https://github.com/newrelic/repolinter-action/commit/b73c261cfca662640f2a7c2d1b7f49b52b6f8395))
* minor error clarity improvements ([63d878b](https://github.com/newrelic/repolinter-action/commit/63d878b578b272fe2882786e3ad157823e6e60a8))
* some formatting issues when printing errors ([f1c341e](https://github.com/newrelic/repolinter-action/commit/f1c341e506a650603139c9dbaf9d7d864ad94b41))

## [1.3.1](https://github.com/newrelic/repolinter-action/compare/v1.3.0...v1.3.1) (2020-08-27)


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

0 comments on commit 2104a66

Please sign in to comment.