Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Sep 26, 2022
1 parent 1391769 commit 417f4eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## 2.0.2
* add typescript definitions
* update deps


## 2.0.1
* update all dependencies


## 2.0.0
* BREAKING: publish as a pure ES module
* BREAKING: only support node >= 12.17
Expand Down
4 changes: 2 additions & 2 deletions 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": "alexa-verifier-middleware",
"version": "2.0.1",
"version": "2.0.2",
"description": "An expressjs middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon.",
"type": "module",
"types": "index.d.ts",
Expand Down

0 comments on commit 417f4eb

Please sign in to comment.