Skip to content

Commit c2e8d02

Browse files
meynardmeynard
authored andcommitted
Version bump for adding support on Typescript
1 parent d964bad commit c2e8d02

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ npm run test
5353
0.0.2 - Updated readme. Added Usage and link to sample implementation.
5454

5555
1.0.0 - Formalized package release version. Add utf8 support.
56+
57+
1.0.1 - Added support for TypeScript typings.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-multipart-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "This module will parse the multipart-form containing files and fields from the lambda event object.",
55
"main": "index.js",
66
"author": "francismeynard",

0 commit comments

Comments
 (0)