Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Dec 14, 2023
1 parent a7a997e commit 7d410e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: setup
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.0.0
* BREAKING: use sha256 for signature verification, as per https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-a-web-service.html#check-request-signature. fixes #68
* update `sinon` and `unroll` dev deps


# 3.0.1
* fix `engines` field in `package.json`

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexa-verifier",
"version": "3.0.2",
"version": "4.0.0",
"description": "Verify HTTP requests sent to an Alexa skill are sent from Amazon",
"main": "index.js",
"type": "module",
Expand All @@ -27,9 +27,9 @@
"devDependencies": {
"esmock": "^2.6.0",
"nock": "^13.0.0",
"sinon": "^14.0.0",
"sinon": "^17.0.1",
"tap": "^16.0.0",
"unroll": "1.4.0"
"unroll": "1.6.0"
},
"engines": {
"node": ">=12.17"
Expand Down

0 comments on commit 7d410e3

Please sign in to comment.