Skip to content

Commit

Permalink
v1.0.3 release (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinstewart authored Jul 24, 2022
1 parent 229c36d commit c518f6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**v.1.0.3 Badges and an Interface**
- make the `SnsPayload` interface available to import
- add Badges to the README.md
- hookup coveralls.io
- create CONTIRBUTING.md

**v1.0.2 - Improved Typescript, added testing link**
- define SnsPayload interface instead of using any \(Typscript)
- grammer fix in README.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sns-payload-validator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node.js library that validates an AWS SNS payload of an HTTP/S POST or Lambda.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c518f6f

Please sign in to comment.