We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ee0c5 commit e2c4a85Copy full SHA for e2c4a85
README.md
@@ -44,4 +44,12 @@ Sample Lambda and API Gateway implementation with Cloudformation can be found in
44
## Test
45
```
46
npm run test
47
-```
+```
48
+
49
+## Releases / Changelogs
50
51
+0.0.1 - Initial stable release.
52
53
+0.0.2 - Updated readme. Added Usage and link to sample implementation.
54
55
+1.0.0 - Formalized package release version. Add utf8 support.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lambda-multipart-parser",
3
- "version": "0.0.3",
+ "version": "1.0.0",
4
"description": "This module will parse the multipart-form containing files and fields from the lambda event object.",
5
"main": "index.js",
6
"author": "francismeynard",
0 commit comments