Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2020-10-07)

### Bug Fixes

* change order in lint script ([10b2679](10b2679))
  • Loading branch information
semantic-release-bot committed Oct 7, 2020
1 parent 5b1587a commit c3401ec
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 @@
## [2.0.1](https://github.com/screendriver/verify-github-webhook-secret/compare/v2.0.0...v2.0.1) (2020-10-07)


### Bug Fixes

* change order in lint script ([10b2679](https://github.com/screendriver/verify-github-webhook-secret/commit/10b2679dc9c366eec5836946bc1df5c9a0e497bf))

# 2.0.0

- Export named function `verifySecret()` instead of a single object (no `export =` anymore)
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": "verify-github-webhook-secret",
"version": "2.0.0",
"version": "2.0.1",
"description": "Verifies the secret that is sent in GitHub Webhooks",
"main": "./target/src/index.js",
"types": "./target/src/index.d.ts",
Expand Down

0 comments on commit c3401ec

Please sign in to comment.